Home
last modified time | relevance | path

Searched refs:crypto_aead_setkey (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/crypto/
Daead.c53 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() function
70 EXPORT_SYMBOL_GPL(crypto_aead_setkey);
190 return crypto_aead_setkey(ctx->child, key, keylen); in aead_geniv_setkey()
Dpcrypt.c107 return crypto_aead_setkey(ctx->child, key, keylen); in pcrypt_aead_setkey()
Dalgif_aead.c526 return crypto_aead_setkey(tfm->aead, key, keylen); in aead_setkey()
Dgcm.c781 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4106_setkey()
1014 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4543_setkey()
Dccm.c640 err = crypto_aead_setkey(child, key, keylen); in crypto_rfc4309_setkey()
Dtcrypt.c366 ret = crypto_aead_setkey(tfm, key, *keysize); in test_mb_aead_speed()
613 ret = crypto_aead_setkey(tfm, key, *keysize); in test_aead_speed()
Dcryptd.c938 return crypto_aead_setkey(child, key, keylen); in cryptd_aead_setkey()
/Linux-v4.19/Documentation/crypto/
Dapi-aead.rst14 …aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aead_setkey crypto_aead_…
/Linux-v4.19/net/mac80211/
Daes_gmac.c69 err = crypto_aead_setkey(tfm, key, key_len); in ieee80211_aes_gmac_key_setup()
Daead_api.c98 err = crypto_aead_setkey(tfm, key, key_len); in aead_key_setup_encrypt()
/Linux-v4.19/include/crypto/
Daead.h289 int crypto_aead_setkey(struct crypto_aead *tfm,
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c218 return crypto_aead_setkey(&cryptd_tfm->base, key, keylen); in cryptd_morus640_glue_setkey()
Dmorus1280_glue.c222 return crypto_aead_setkey(&cryptd_tfm->base, key, keylen); in cryptd_morus1280_glue_setkey()
Daegis128-aesni-glue.c259 return crypto_aead_setkey(&cryptd_tfm->base, key, keylen); in cryptd_aegis128_aesni_setkey()
Daegis256-aesni-glue.c259 return crypto_aead_setkey(&cryptd_tfm->base, key, keylen); in cryptd_aegis256_aesni_setkey()
Daegis128l-aesni-glue.c259 return crypto_aead_setkey(&cryptd_tfm->base, key, keylen); in cryptd_aegis128l_aesni_setkey()
/Linux-v4.19/security/keys/
Dbig_key.c126 if (crypto_aead_setkey(big_key_aead, key, ENC_KEY_SIZE)) { in big_key_crypt()
/Linux-v4.19/net/tls/
Dtls_device_fallback.c436 rc = crypto_aead_setkey(offload_ctx->aead_send, key, in tls_sw_fallback_init()
Dtls_sw.c1275 rc = crypto_aead_setkey(*aead, gcm_128_info->key, in tls_set_sw_offload()
/Linux-v4.19/net/ipv6/
Desp6.c770 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
867 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/Linux-v4.19/net/ipv4/
Desp4.c859 err = crypto_aead_setkey(aead, x->aead->alg_key, in esp_init_aead()
956 err = crypto_aead_setkey(aead, key, keylen); in esp_init_authenc()
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c376 rc = crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen); in crypto4xx_aead_setup_fallback()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c3256 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_ccm_setkey()
3280 error = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_rfc4309_setkey()
3304 ret = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_gcm_setkey()
3382 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_authenc_setkey()
3513 err = crypto_aead_setkey(aeadctx->sw_cipher, key, keylen); in chcr_aead_digest_null_setkey()
/Linux-v4.19/net/mac802154/
Dllsec.c142 if (crypto_aead_setkey(key->tfm[i], template->key, in llsec_key_alloc()
/Linux-v4.19/drivers/md/
Ddm-crypt.c1968 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey()
1971 r = crypto_aead_setkey(cc->cipher_tfm.tfms_aead[i], in crypt_setkey()

12