/linux/Documentation/crypto/ |
H A D | api-aead.rst | 14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
|
/linux/crypto/ |
H 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);
|
H A D | geniv.c | 24 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
|
H A D | simd.c | 277 return crypto_aead_setkey(child, key, key_len); in simd_aead_setkey()
|
H A D | algif_aead.c | 504 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
|
H A D | gcm.c | 702 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey() 910 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
|
H A D | essiv.c | 105 err = crypto_aead_setkey(tctx->u.aead, key, keylen); in essiv_aead_setkey()
|
H A D | ccm.c | 582 return crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
|
H A D | cryptd.c | 725 return crypto_aead_setkey(child, key, keylen); in cryptd_aead_setkey()
|
H A D | testmgr.c | 2088 err = do_setkey(crypto_aead_setkey, tfm, vec->key, vec->klen, in test_aead_vec_cfg() 2427 vec->setkey_error = crypto_aead_setkey(tfm, vec->key, vec->klen); in generate_random_aead_testvec()
|
/linux/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()
|
/linux/include/crypto/ |
H A D | aead.h | 319 int crypto_aead_setkey(struct crypto_aead *tfm,
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_dcp.c | 171 if (crypto_aead_setkey(aead, key, AES_KEYSIZE_128)) { in do_aead_crypto()
|
/linux/fs/smb/server/ |
H A D | auth.c | 1155 rc = crypto_aead_setkey(tfm, key, SMB3_GCM256_CRYPTKEY_SIZE); in ksmbd_crypt_message() 1157 rc = crypto_aead_setkey(tfm, key, SMB3_GCM128_CRYPTKEY_SIZE); in ksmbd_crypt_message()
|
/linux/net/tls/ |
H A D | tls_device_fallback.c | 478 rc = crypto_aead_setkey(offload_ctx->aead_send, in tls_sw_fallback_init()
|
H A D | tls_sw.c | 2805 rc = crypto_aead_setkey(*aead, key, cipher_desc->key); in tls_set_sw_offload()
|
/linux/net/ipv6/ |
H A D | esp6.c | 1068 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1170 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/linux/net/ipv4/ |
H A D | esp4.c | 1031 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead() 1133 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
|
/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 360 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 2848 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt() 2852 ret = crypto_aead_setkey(ctx->fback, (u8 *)key, in safexcel_aead_chachapoly_crypt() 3233 return crypto_aead_setkey(ctx->fback, (u8 *)key, len) ?: in safexcel_aead_fallback_setkey()
|
/linux/net/mac802154/ |
H A D | llsec.c | 134 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 889 return crypto_aead_setkey(ctx->aead_fbk, key, keylen); in starfive_aes_aead_setkey()
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 2483 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey() 2486 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey()
|
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 964 return crypto_aead_setkey(ctx->fbk_cipher, key, keylen); in otx2_cpt_aead_gcm_aes_setkey()
|