Home
last modified time | relevance | path

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

/linux-4.4.14/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.c386 err = crypto_ahash_setkey(tfm->hash, key, keylen); in hash_setkey()
Dauthenc.c96 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_setkey()
Dauthencesn.c78 err = crypto_ahash_setkey(auth, keys.authkey, keys.authkeylen); in crypto_authenc_esn_setkey()
Dgcm.c167 err = crypto_ahash_setkey(ghash, (u8 *)&data->hash, sizeof(be128)); in crypto_gcm_setkey()
Dtestmgr.c263 ret = crypto_ahash_setkey(tfm, key, template[i].ksize); in __test_hash()
348 ret = crypto_ahash_setkey(tfm, key, template[i].ksize); in __test_hash()
/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c239 err = crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/linux-4.4.14/include/crypto/
Dhash.h376 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c253 err = crypto_ahash_setkey(child, key, keylen); in ghash_async_setkey()
/linux-4.4.14/net/ipv4/
Dah4.c485 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah_init_state()
/linux-4.4.14/net/ipv6/
Dah6.c694 if (crypto_ahash_setkey(ahash, x->aalg->alg_key, in ah6_init_state()
/linux-4.4.14/drivers/crypto/
Dn2_core.c452 err = crypto_ahash_setkey(fallback_tfm, key, keylen); in n2_hmac_async_setkey()