/Linux-v5.4/Documentation/crypto/ |
D | api-aead.rst | 14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
|
/Linux-v5.4/crypto/ |
D | aead.c | 48 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function 67 EXPORT_SYMBOL_GPL(crypto_aead_setkey); 220 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
|
D | pcrypt.c | 40 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
|
D | simd.c | 303 err = crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
D | algif_aead.c | 522 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
D | essiv.c | 114 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
|
D | gcm.c | 741 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey() 970 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
|
D | ccm.c | 618 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
|
D | cryptd.c | 740 return crypto_aead_setkey(child, key, keylen); in cryptd_aead_setkey()
|
D | tcrypt.c | 362 ret = crypto_aead_setkey(tfm, key, *keysize); in test_mb_aead_speed() 609 ret = crypto_aead_setkey(tfm, key, *keysize); in test_aead_speed()
|
/Linux-v5.4/net/mac80211/ |
D | aes_gmac.c | 66 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
|
D | aead_api.c | 95 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
|
/Linux-v5.4/include/crypto/ |
D | aead.h | 281 int crypto_aead_setkey(struct crypto_aead *tfm,
|
/Linux-v5.4/security/keys/ |
D | big_key.c | 122 if (crypto_aead_setkey(big_key_aead, key, ENC_KEY_SIZE)) { in big_key_crypt()
|
/Linux-v5.4/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 339 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in rtllib_ccmp_set_key()
|
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 347 crypto_aead_setkey(tfm, data->key, CCMP_TK_LEN)) in ieee80211_ccmp_set_key()
|
/Linux-v5.4/net/tls/ |
D | tls_device_fallback.c | 457 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
|
/Linux-v5.4/net/wireless/ |
D | lib80211_crypt_ccmp.c | 369 crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN)) in lib80211_ccmp_set_key()
|
/Linux-v5.4/net/ipv6/ |
D | esp6.c | 743 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 840 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/Linux-v5.4/net/ipv4/ |
D | esp4.c | 848 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 945 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/Linux-v5.4/drivers/crypto/amcc/ |
D | crypto4xx_alg.c | 387 rc = crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 3315 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey() 3339 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey() 3363 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey() 3433 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey() 3563 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
|
/Linux-v5.4/net/mac802154/ |
D | llsec.c | 134 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
|
/Linux-v5.4/drivers/md/ |
D | dm-crypt.c | 1872 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey() 1875 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey()
|
/Linux-v5.4/drivers/crypto/ |
D | picoxcell_crypto.c | 467 err = crypto_aead_setkey(ctx->sw_cipher, key, keylen); in spacc_aead_setkey()
|