Home
last modified time | relevance | path

Searched refs:crp_cipher_key (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/mips/nlm/dev/sec/
H A Dnlmseclib.c173 if (cmd->crp->crp_cipher_key != NULL) in nlm_crypto_do_cipher()
174 cipkey = cmd->crp->crp_cipher_key; in nlm_crypto_do_cipher()
224 if (cmd->crp->crp_cipher_key != NULL) in nlm_crypto_do_cipher_digest()
225 cipkey = cmd->crp->crp_cipher_key; in nlm_crypto_do_cipher_digest()
/f-stack/freebsd/crypto/via/
H A Dpadlock_cipher.c201 if (crp->crp_cipher_key != NULL) { in padlock_cipher_process()
202 padlock_cipher_key_setup(ses, crp->crp_cipher_key, in padlock_cipher_process()
/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteon.c378 if (crp->crp_cipher_key != NULL) in cryptocteon_process()
379 memcpy(od->octo_enckey, crp->crp_cipher_key, od->octo_encklen); in cryptocteon_process()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto.c449 if (crp->crp_cipher_key != NULL) { in armv8_crypto_cipher_process()
450 armv8_crypto_cipher_setup(ses, csp, crp->crp_cipher_key, in armv8_crypto_cipher_process()
/f-stack/freebsd/crypto/ccp/
H A Dccp.c562 if (crp->crp_cipher_key != NULL) in ccp_process()
563 ccp_aes_setkey(s, csp->csp_cipher_alg, crp->crp_cipher_key, in ccp_process()
/f-stack/freebsd/crypto/aesni/
H A Daesni.c744 if (crp->crp_cipher_key != NULL) in aesni_cipher_crypt()
745 aesni_cipher_setup_common(ses, csp, crp->crp_cipher_key, in aesni_cipher_crypt()
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h494 const void *crp_cipher_key; /* New cipher key if non-NULL. */ member
H A Dcryptosoft.c134 if (crp->crp_cipher_key != NULL) { in swcr_encdec()
137 crp->crp_cipher_key, csp->csp_cipher_klen); in swcr_encdec()
H A Dcrypto.c1400 crp->crp_cipher_key != NULL, in crp_sanity()