Searched refs:deckey (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c157 char deckey[CHCR_AES_MAX_KEY_LEN]; member in struct:ccr_session_blkcipher
693 memcpy(crwr->key_ctx.key, s->blkcipher.deckey,
709 s->blkcipher.deckey, key_half);
1030 memcpy(crwr->key_ctx.key, s->blkcipher.deckey,
1046 s->blkcipher.deckey, key_half);
1847 t4_aes_getdeckey(s->blkcipher.deckey, key, kbits);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2871 sub deckey() subroutine
2976 &deckey (0,$key,$s0,$s1,$s2,$s3);
2977 &deckey (1,$key,$s1,$s2,$s3,$s0);
2978 &deckey (2,$key,$s2,$s3,$s0,$s1);
2979 &deckey (3,$key,$s3,$s0,$s1,$s2);

Completed in 199 milliseconds