/openbmc/linux/Documentation/crypto/ |
H A D | api-aead.rst | 14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
|
/openbmc/linux/net/mac80211/ |
H A D | aes_gmac.c | 79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
|
H A D | aead_api.c | 96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
|
/openbmc/linux/crypto/ |
H A D | aead.c | 52 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 71 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
|
H A D | geniv.c | 24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
|
H A D | pcrypt.c | 47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
|
H A D | simd.c | 277 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
H A D | algif_aead.c | 504 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
H A D | gcm.c | 704 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey() 912 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
|
H A D | essiv.c | 105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
|
H A D | ccm.c | 583 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
|
/openbmc/linux/include/crypto/ |
H A D | aead.h | 328 int crypto_aead_setkey(struct crypto_aead *tfm,
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | aead.c | 591 crypto_aead_setkey(ctx->fallback, key, keylen + QCE_CCM4309_SALT_SIZE) : in qce_aead_ccm_setkey() 592 crypto_aead_setkey(ctx->fallback, key, keylen); in qce_aead_ccm_setkey() 648 return crypto_aead_setkey(ctx->fallback, key, keylen); in qce_aead_setkey()
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 349 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 270 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_ccmp.c | 335 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_ccmp.c | 369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
|
/openbmc/linux/fs/smb/server/ |
H A D | auth.c | 1150 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE); in ksmbd_crypt_message() 1152 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in ksmbd_crypt_message()
|
/openbmc/linux/net/tls/ |
H A D | tls_device_fallback.c | 490 rc = crypto_aead_setkey(offload_ctx->aead_send, in tls_sw_fallback_init()
|
/openbmc/linux/net/ipv4/ |
H A D | esp4.c | 1031 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1133 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6.c | 1074 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1176 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/openbmc/linux/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 172 if (crypto_aead_setkey(crypto->tfm, key, keylen)) in init_crypto()
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 3461 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey() 3480 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey() 3501 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey() 3566 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey() 3689 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
|
/openbmc/linux/net/mac802154/ |
H A D | llsec.c | 134 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
|