Home
last modified time | relevance | path

Searched refs:crypto_aead_setkey (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/crypto/
H A Daead.c42 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function
61 EXPORT_SYMBOL_GPL(crypto_aead_setkey); variable
H A Dgeniv.c24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
H A Dpcrypt.c47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
H A Dalgif_aead.c516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
H A Dsimd.c299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
/kernel/linux/linux-6.6/crypto/
H A Daead.c53 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function
72 EXPORT_SYMBOL_GPL(crypto_aead_setkey); variable
H A Dgeniv.c24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
H A Dpcrypt.c47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
/kernel/linux/linux-5.10/net/mac80211/
H A Daead_api.c96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
H A Daes_gmac.c79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
/kernel/linux/linux-6.6/net/mac80211/
H A Daes_gmac.c79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
H A Daead_api.c96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
/kernel/linux/linux-5.10/include/crypto/
H A Daead.h284 * crypto_aead_setkey() - set key for cipher
299 int crypto_aead_setkey(struct crypto_aead *tfm,
/kernel/linux/linux-6.6/include/crypto/
H A Daead.h313 * crypto_aead_setkey() - set key for cipher
328 int crypto_aead_setkey(struct crypto_aead *tfm,
/kernel/linux/linux-6.6/drivers/crypto/qce/
H A 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()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dcrypto.c49 rc = crypto_aead_setkey(*aead, crypto_info->key, in tls_crypto_set_key()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dcrypto.c49 rc = crypto_aead_setkey(*aead, crypto_info->key, in tls_crypto_set_key()
/kernel/linux/linux-5.10/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c267 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c339 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_ccmp.c369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
/kernel/linux/linux-5.10/net/tls/
H A Dtls_device_fallback.c464 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c349 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c335 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
/kernel/linux/linux-6.6/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c270 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()

Completed in 15 milliseconds

1234