/linux/Documentation/crypto/ |
A D | api-aead.rst | 14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
|
/linux/crypto/ |
A D | aead.c | 43 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 62 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
|
A D | geniv.c | 24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
|
A D | pcrypt.c | 47 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
|
A D | simd.c | 299 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
A D | algif_aead.c | 516 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
A D | gcm.c | 706 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey() 914 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
|
A D | essiv.c | 105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
|
A D | ccm.c | 584 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
|
/linux/net/mac80211/ |
A D | aes_gmac.c | 79 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
|
A D | aead_api.c | 96 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
|
/linux/include/crypto/ |
A D | aead.h | 304 int crypto_aead_setkey(struct crypto_aead *tfm,
|
/linux/drivers/crypto/qce/ |
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()
|
/linux/drivers/staging/rtl8192u/ieee80211/ |
A D | ieee80211_crypt_ccmp.c | 349 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
/linux/drivers/staging/rtl8192e/ |
A D | rtllib_crypt_ccmp.c | 341 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
|
/linux/fs/ksmbd/ |
A D | auth.c | 1090 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE); in ksmbd_crypt_message() 1092 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in ksmbd_crypt_message()
|
/linux/drivers/crypto/xilinx/ |
A D | zynqmp-aes-gcm.c | 267 return crypto_aead_setkey(tfm_ctx->fbk_cipher, key, keylen); in zynqmp_aes_aead_setkey()
|
/linux/net/tls/ |
A D | tls_device_fallback.c | 465 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
|
/linux/net/wireless/ |
A D | lib80211_crypt_ccmp.c | 369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
|
/linux/net/ipv6/ |
A D | esp6.c | 1075 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1172 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/linux/net/ipv4/ |
A D | esp4.c | 1032 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1129 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/linux/drivers/crypto/amcc/ |
A D | crypto4xx_alg.c | 374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 3459 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey() 3478 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey() 3499 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey() 3564 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey() 3687 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
|
/linux/net/mac802154/ |
A D | llsec.c | 134 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
|
/linux/drivers/crypto/inside-secure/ |
A D | safexcel_cipher.c | 2916 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt() 2920 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt() 3377 return crypto_aead_setkey(ctx->fback, (u8 *)key, len) ?: in safexcel_aead_fallback_setkey()
|