/kernel/linux/linux-5.10/crypto/ |
H A D | ahash.c | 172 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 D | authencesn.c | 73 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
|
H A D | authenc.c | 99 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
|
H A D | algif_hash.c | 406 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
|
H A D | ccm.c | 104 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ahash.c | 165 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 D | authenc.c | 99 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
|
H A D | authencesn.c | 73 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
|
H A D | algif_hash.c | 399 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
|
H A D | ccm.c | 105 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 262 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 281 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
H A D | gss_krb5_crypto.c | 181 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 D | ghash-ce-glue.c | 298 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | hash.h | 424 * 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 D | hash.h | 455 * 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 D | gss_krb5_mech.c | 289 if (crypto_ahash_setkey(tfm, key->data, key->len)) { in gss_krb5_alloc_hash_v2()
|
H A D | gss_krb5_test.c | 98 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 D | ah4.c | 494 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ah6.c | 693 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 696 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ah4.c | 501 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 315 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 101 ret = crypto_ahash_setkey(tfmctx->fallback_tfm, key, keylen); in sun8i_ss_hmac_setkey()
|
/kernel/linux/linux-6.6/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 495 crypto_ahash_setkey(ctx->ahash_fbk, key, keylen); in starfive_hash_setkey()
|