Searched refs:command_prot (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 92 milliseconds