Home
last modified time | relevance | path

Searched refs:command_prot (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c42 static enum protection_level command_prot; variable
383 len = (*mech->encode)(app_data, buf, strlen(buf), command_prot, &enc); in sec_vfprintf()
396 if(command_prot == prot_safe) in sec_vfprintf()
398 else if(command_prot == prot_private) in sec_vfprintf()
400 else if(command_prot == prot_confidential) in sec_vfprintf()
403 if(command_prot == prot_safe) in sec_vfprintf()
405 else if(command_prot == prot_private) in sec_vfprintf()
407 else if(command_prot == prot_confidential) in sec_vfprintf()
535 command_prot = data_prot = prot_clear; in ccc()
558 command_prot = level; in mec()
[all …]
/freebsd-src/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c42 static enum protection_level command_prot; variable
383 len = (*mech->encode)(app_data, buf, strlen(buf), command_prot, &enc); in sec_vfprintf()
396 if(command_prot == prot_safe) in sec_vfprintf()
398 else if(command_prot == prot_private) in sec_vfprintf()
400 else if(command_prot == prot_confidential) in sec_vfprintf()
403 if(command_prot == prot_safe) in sec_vfprintf()
405 else if(command_prot == prot_private) in sec_vfprintf()
407 else if(command_prot == prot_confidential) in sec_vfprintf()
535 command_prot = data_prot = prot_clear; in ccc()
558 command_prot = level; in mec()
[all …]