Home
last modified time | relevance | path

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

12

/Linux-v5.10/Documentation/crypto/
Dapi-aead.rst14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
/Linux-v5.10/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.c299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
Dalgif_aead.c516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
Dgcm.c706 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey()
914 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
Dessiv.c104 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
Dccm.c583 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
Dcryptd.c701 return crypto_aead_setkey(child, key, keylen); in cryptd_aead_setkey()
Dtcrypt.c363 ret = crypto_aead_setkey(tfm, key, *keysize); in test_mb_aead_speed()
610 ret = crypto_aead_setkey(tfm, key, *keysize); in test_aead_speed()
/Linux-v5.10/net/mac80211/
Daes_gmac.c78 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
Daead_api.c95 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
/Linux-v5.10/include/crypto/
Daead.h297 int crypto_aead_setkey(struct crypto_aead *tfm,
/Linux-v5.10/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c339 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
/Linux-v5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
/Linux-v5.10/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c267 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
/Linux-v5.10/net/tls/
Dtls_device_fallback.c457 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
/Linux-v5.10/net/wireless/
Dlib80211_crypt_ccmp.c369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
/Linux-v5.10/net/ipv4/
Desp4.c1038 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1135 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/Linux-v5.10/net/ipv6/
Desp6.c1074 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
1171 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/Linux-v5.10/drivers/crypto/amcc/
Dcrypto4xx_alg.c374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
/Linux-v5.10/drivers/crypto/chelsio/
Dchcr_algo.c3450 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey()
3469 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey()
3490 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey()
3555 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey()
3678 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
/Linux-v5.10/net/mac802154/
Dllsec.c134 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2915 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt()
2919 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt()
3376 return crypto_aead_setkey(ctx->fback, (u8 *)key, len) ?: in safexcel_aead_fallback_setkey()

12