Searched refs:deckey (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 163 char deckey[CHCR_AES_MAX_KEY_LEN]; member 743 memcpy(crwr->key_ctx.key, s->cipher.deckey, in ccr_cipher() 759 s->cipher.deckey, key_half); in ccr_cipher() 1051 memcpy(crwr->key_ctx.key, s->cipher.deckey, in ccr_eta() 1067 s->cipher.deckey, key_half); in ccr_eta() 2108 t4_aes_getdeckey(s->cipher.deckey, key, kbits); in ccr_aes_setkey()
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aes-586.pl | 2880 sub deckey() subroutine 2985 &deckey (0,$key,$s0,$s1,$s2,$s3); 2986 &deckey (1,$key,$s1,$s2,$s3,$s0); 2987 &deckey (2,$key,$s2,$s3,$s0,$s1); 2988 &deckey (3,$key,$s3,$s0,$s1,$s2);
|