Searched refs:crp_cipher_key (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 173 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 D | padlock_cipher.c | 201 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 D | cryptocteon.c | 378 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 D | armv8_crypto.c | 449 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 D | ccp.c | 562 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 D | aesni.c | 744 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 D | cryptodev.h | 494 const void *crp_cipher_key; /* New cipher key if non-NULL. */ member
|
| H A D | cryptosoft.c | 134 if (crp->crp_cipher_key != NULL) { in swcr_encdec() 137 crp->crp_cipher_key, csp->csp_cipher_klen); in swcr_encdec()
|
| H A D | crypto.c | 1400 crp->crp_cipher_key != NULL, in crp_sanity()
|