Searched refs:csp_cipher_key (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/crypto/via/ |
| H A D | padlock_cipher.c | 155 if (csp->csp_cipher_key != NULL) { in padlock_cipher_setup() 156 padlock_cipher_key_setup(ses, csp->csp_cipher_key, in padlock_cipher_setup()
|
| /f-stack/freebsd/mips/nlm/dev/sec/ |
| H A D | nlmseclib.c | 176 cipkey = csp->csp_cipher_key; in nlm_crypto_do_cipher() 227 cipkey = csp->csp_cipher_key; in nlm_crypto_do_cipher_digest()
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteon.c | 188 if (csp->csp_cipher_key != NULL) in cryptocteon_newsession() 189 memcpy(ocd->octo_enckey, csp->csp_cipher_key, in cryptocteon_newsession()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptosoft.c | 992 if (csp->csp_cipher_key != NULL) { in swcr_setup_cipher() 994 csp->csp_cipher_key, csp->csp_cipher_klen); in swcr_setup_cipher() 1122 if (csp->csp_cipher_key != NULL) in swcr_setup_gcm() 1123 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_gcm() 1166 if (csp->csp_cipher_key != NULL) in swcr_setup_ccm() 1167 axf->Setkey(swa->sw_ictx, csp->csp_cipher_key, in swcr_setup_ccm()
|
| H A D | ktls_ocf.c | 593 csp.csp_cipher_key = tls->params.cipher_key; in ktls_ocf_try() 633 csp.csp_cipher_key = tls->params.cipher_key; in ktls_ocf_try()
|
| H A D | cryptodev.h | 377 const void *csp_cipher_key; member
|
| H A D | crypto.c | 759 if (csp->csp_cipher_key != NULL && csp->csp_cipher_klen == 0) in check_csp() 1399 KASSERT(csp->csp_cipher_key != NULL || in crp_sanity()
|
| H A D | cryptodev.c | 622 csp.csp_cipher_key = key; in cse_create()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 505 if (csp->csp_cipher_key != NULL) in ccp_newsession() 507 csp->csp_cipher_key, csp->csp_cipher_klen); in ccp_newsession()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 621 if (csp->csp_cipher_key != NULL) in aesni_cipher_setup() 622 aesni_cipher_setup_common(ses, csp, csp->csp_cipher_key, in aesni_cipher_setup()
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto.c | 343 error = armv8_crypto_cipher_setup(ses, csp, csp->csp_cipher_key, in armv8_crypto_newsession()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | crypto_os.c | 262 csp.csp_cipher_key = key->ck_data; in freebsd_crypt_newsession()
|
| /f-stack/freebsd/netipsec/ |
| H A D | xform_esp.c | 236 csp.csp_cipher_key = sav->key_enc->key_data; in esp_init()
|