Searched defs:adat (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 23 PROV_AES_CTX *adat = (PROV_AES_CTX *)dat; in cipher_hw_aes_initkey() local
|
H A D | cipher_aria_hw.c | 17 PROV_ARIA_CTX *adat = (PROV_ARIA_CTX *)dat; in cipher_hw_aria_initkey() local
|
H A D | cipher_camellia_hw.c | 24 PROV_CAMELLIA_CTX *adat = (PROV_CAMELLIA_CTX *)dat; in cipher_hw_camellia_initkey() local
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | security.h | 70 int (*adat)(void *, void*, size_t); member
|
H A D | security.c | 467 adat(char *auth_data) in adat() function
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | kerberos.c | 83 static AUTH_DAT adat = { 0, "", "", "", 0, {}, 0, 0, 0, { 0, "", 0 } }; variable
|
H A D | krb4encpwd.c | 103 static AUTH_DAT adat = { 0 }; variable
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | security.c | 467 adat(char *auth_data) in adat() function
|