Home
last modified time | relevance | path

Searched refs:crypto_ahash_setkey (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/crypto/
Dahash.c208 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key, in crypto_ahash_setkey() function
218 EXPORT_SYMBOL_GPL(crypto_ahash_setkey);
Dalgif_hash.c378 err = crypto_ahash_setkey(tfm->hash, key, keylen); in hash_setkey()
Dauthenc.c100 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
Dauthencesn.c74 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
Dtestmgr.c253 ret = crypto_ahash_setkey(tfm, key, template[i].ksize); in __test_hash()
338 ret = crypto_ahash_setkey(tfm, key, template[i].ksize); in __test_hash()
Dgcm.c161 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c239 err = crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/linux-4.1.27/include/crypto/
Dhash.h357 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c253 err = crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/linux-4.1.27/net/ipv4/
Dah4.c483 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/linux-4.1.27/net/ipv6/
Dah6.c692 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
/linux-4.1.27/drivers/crypto/
Dn2_core.c452 err = crypto_ahash_setkey(fallback_tfm, key, keylen); in n2_hmac_async_setkey()