Home
last modified time | relevance | path

Searched refs:crypto_ahash_setkey (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/crypto/
H A Dahash.c172 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function
191 EXPORT_SYMBOL_GPL(crypto_ahash_setkey); variable
H A Dauthencesn.c73 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
H A Dauthenc.c99 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
H A Dalgif_hash.c406 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
H A Dccm.c104 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dahash.c165 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function
184 EXPORT_SYMBOL_GPL(crypto_ahash_setkey); variable
H A Dauthenc.c99 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
H A Dauthencesn.c73 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
H A Dalgif_hash.c399 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
H A Dccm.c105 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c262 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c281 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c181 err = crypto_ahash_setkey(tfm, cksumkey, in make_checksum()
274 err = crypto_ahash_setkey(tfm, cksumkey, kctx->gk5e->keylength); in make_checksum_v2()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dghash-ce-glue.c298 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/kernel/linux/linux-5.10/include/crypto/
H A Dhash.h424 * crypto_ahash_setkey - set key for cipher handle
434 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/kernel/linux/linux-6.6/include/crypto/
H A Dhash.h455 * crypto_ahash_setkey - set key for cipher handle
465 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c289 if (crypto_ahash_setkey(tfm, key->data, key->len)) { in gss_krb5_alloc_hash_v2()
H A Dgss_krb5_test.c98 err = crypto_ahash_setkey(tfm, Kc.data, Kc.len); in checksum_case()
1183 err = crypto_ahash_setkey(ahash_tfm, Ki.data, Ki.len); in rfc6803_encrypt_case()
1677 err = crypto_ahash_setkey(ahash_tfm, Ki.data, Ki.len); in rfc8009_encrypt_case()
/kernel/linux/linux-5.10/net/ipv4/
H A Dah4.c494 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/kernel/linux/linux-5.10/net/ipv6/
H A Dah6.c693 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
/kernel/linux/linux-6.6/net/ipv6/
H A Dah6.c696 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
/kernel/linux/linux-6.6/net/ipv4/
H A Dah4.c501 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dghash-ce-glue.c315 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c101 ret = crypto_ahash_setkey(tfmctx->fallback_tfm, key, keylen); in sun8i_ss_hmac_setkey()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-hash.c495 crypto_ahash_setkey(ctx->ahash_fbk, key, keylen); in starfive_hash_setkey()

Completed in 25 milliseconds

12