Home
last modified time | relevance | path

Searched refs:crypto_aead_setkey (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.12.1/Documentation/crypto/
Dapi-aead.rst14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
/linux-6.12.1/crypto/
Daead.c43 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function
62 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
Dgeniv.c24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
Dpcrypt.c47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
Dsimd.c277 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
Dalgif_aead.c504 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
Dgcm.c702 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey()
910 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
Dessiv.c105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
Dccm.c582 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
/linux-6.12.1/net/mac80211/
Daes_gmac.c79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
Daead_api.c96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
/linux-6.12.1/include/crypto/
Daead.h319 int crypto_aead_setkey(struct crypto_aead *tfm,
/linux-6.12.1/drivers/crypto/qce/
Daead.c591 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()
/linux-6.12.1/security/keys/trusted-keys/
Dtrusted_dcp.c171 if (crypto_aead_setkey(aead, key, AES_KEYSIZE_128)) { in do_aead_crypto()
/linux-6.12.1/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c270 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
/linux-6.12.1/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c334 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
/linux-6.12.1/net/wireless/
Dlib80211_crypt_ccmp.c369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
/linux-6.12.1/fs/smb/server/
Dauth.c1152 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE); in ksmbd_crypt_message()
1154 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in ksmbd_crypt_message()
/linux-6.12.1/net/tls/
Dtls_device_fallback.c478 rc = crypto_aead_setkey(offload_ctx->aead_send, in tls_sw_fallback_init()
/linux-6.12.1/net/ipv6/
Desp6.c1067 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1169 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/linux-6.12.1/net/ipv4/
Desp4.c1030 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1132 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/linux-6.12.1/drivers/crypto/amcc/
Dcrypto4xx_alg.c360 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
/linux-6.12.1/drivers/crypto/chelsio/
Dchcr_algo.c3468 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey()
3487 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey()
3508 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey()
3573 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey()
3696 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
/linux-6.12.1/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2848 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt()
2852 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt()
3233 return crypto_aead_setkey(ctx->fback, (u8 *)key, len) ?: in safexcel_aead_fallback_setkey()
/linux-6.12.1/drivers/virt/coco/sev-guest/
Dsev-guest.c184 if (crypto_aead_setkey(crypto->tfm, key, keylen)) in init_crypto()

12