/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …ze crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahas…
|
/linux/crypto/ |
H A D | ahash.c | 224 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function 251 EXPORT_SYMBOL_GPL(crypto_ahash_setkey);
|
H A D | algif_hash.c | 399 return crypto_ahash_setkey(private, key, keylen); in hash_setkey()
|
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 | ccm.c | 106 return crypto_ahash_setkey(mac, key, keylen); in crypto_ccm_setkey()
|
H A D | gcm.c | 140 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
|
H A D | tcrypt.c | 915 crypto_ahash_setkey(tfm, tvmem[0], klen); in test_ahash_speed_common()
|
H A D | testmgr.c | 1507 err = do_setkey(crypto_ahash_setkey, tfm, vec->key, vec->ksize, in test_ahash_vec_cfg()
|
/linux/net/sunrpc/auth_gss/ |
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()
|
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_crypto.c | 245 err = crypto_ahash_setkey(tfm, cksumkey, in make_checksum()
|
/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 281 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 29 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp->req), in tcp_ao_calc_traffic_key() 578 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_hdr() 638 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_skb() 1411 err = crypto_ahash_setkey(tfm, scratch, 16); in tcp_ao_parse_crypto() 1430 err = crypto_ahash_setkey(tfm, key->key, key->keylen); in tcp_ao_parse_crypto()
|
H A D | ah4.c | 498 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
|
/linux/net/ipv6/ |
H A D | ah6.c | 693 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-hash.c | 84 ret = crypto_ahash_setkey(tfmctx->fallback_tfm, key, keylen); in sun8i_ss_hmac_setkey()
|
/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 461 crypto_ahash_setkey(ctx->ahash_fbk, key, keylen); in starfive_hash_setkey()
|
/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 315 return crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 555 return crypto_ahash_setkey(ctx->fallback_tfm, key, keylen); in tegra_hmac_fallback_setkey()
|
/linux/drivers/crypto/ |
H A D | n2_core.c | 470 err = crypto_ahash_setkey(fallback_tfm, key, keylen); in n2_hmac_async_setkey()
|
H A D | atmel-sha.c | 2239 return crypto_ahash_setkey(tfm, key, keylen); in atmel_sha_authenc_setkey()
|