Searched refs:aes_encryption (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | umac.c | 164 #define aes_encryption(in,out,int_key) \ macro 172 #define aes_encryption(in,out,int_key) \ macro 197 aes_encryption(in_buf, out_buf, key); in kdf() 204 aes_encryption(in_buf, out_buf, key); in kdf() 232 aes_encryption(pc->nonce, pc->cache, pc->prf_key); in pdf_init() 266 aes_encryption(pc->nonce, pc->cache, pc->prf_key); in pdf_gen_xor()
|