/kernel/linux/linux-5.10/crypto/ |
H A D | aead.c | 42 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 61 EXPORT_SYMBOL_GPL(crypto_aead_setkey); variable
|
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 | algif_aead.c | 516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
H A D | simd.c | 299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | aead.c | 53 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 72 EXPORT_SYMBOL_GPL(crypto_aead_setkey); variable
|
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()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | aead_api.c | 96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
|
H A D | aes_gmac.c | 79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | aead.h | 284 * 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 D | aead.h | 313 * 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 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()
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | crypto.c | 49 rc = crypto_aead_setkey(*aead, crypto_info->key, in tls_crypto_set_key()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | crypto.c | 49 rc = crypto_aead_setkey(*aead, crypto_info->key, in tls_crypto_set_key()
|
/kernel/linux/linux-5.10/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 267 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 D | ieee80211_crypt_ccmp.c | 347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_ccmp.c | 339 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/net/tls/ |
H A D | tls_device_fallback.c | 464 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 D | ieee80211_crypt_ccmp.c | 349 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|