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

/freebsd-current/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c163 char deckey[CHCR_AES_MAX_KEY_LEN]; member in struct:ccr_session_cipher
743 memcpy(crwr->key_ctx.key, s->cipher.deckey,
759 s->cipher.deckey, key_half);
1051 memcpy(crwr->key_ctx.key, s->cipher.deckey,
1067 s->cipher.deckey, key_half);
2108 t4_aes_getdeckey(s->cipher.deckey, key, kbits);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl2880 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);

Completed in 73 milliseconds