Home
last modified time | relevance | path

Searched refs:crypto_shash_setkey (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/crypto/
Dshash.c54 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, in crypto_shash_setkey() function
65 EXPORT_SYMBOL_GPL(crypto_shash_setkey);
206 return crypto_shash_setkey(*ctx, key, keylen); in shash_async_setkey()
377 return crypto_shash_setkey(desc->tfm, key, keylen); in shash_compat_setkey()
Dmcryptd.c311 err = crypto_shash_setkey(child, key, keylen); in mcryptd_hash_setkey()
Dcryptd.c430 err = crypto_shash_setkey(child, key, keylen); in cryptd_hash_setkey()
Ddrbg.c1622 crypto_shash_setkey(sdesc->shash.tfm, key, drbg_statelen(drbg)); in drbg_kcapi_hash()
/linux-4.1.27/fs/cifs/
Dsmb2transport.c161 rc = crypto_shash_setkey(server->secmech.hmacsha256, in smb2_calc_signature()
244 rc = crypto_shash_setkey(ses->server->secmech.hmacsha256, in generate_smb3signingkey()
326 rc = crypto_shash_setkey(server->secmech.cmacaes, in smb3_calc_signature()
Dcifsencrypt.c507 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, nt_hash, in calc_ntlmv2_hash()
610 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in CalcNTLMv2_response()
755 rc = crypto_shash_setkey(ses->server->secmech.hmacmd5, in setup_ntlmv2_rsp()
/linux-4.1.27/drivers/crypto/vmx/
Dghash.c123 return crypto_shash_setkey(ctx->fallback, key, keylen); in p8_ghash_setkey()
/linux-4.1.27/security/integrity/evm/
Devm_crypto.c63 rc = crypto_shash_setkey(*tfm, evmkey, evmkey_len); in init_desc()
/linux-4.1.27/include/crypto/
Dhash.h742 int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key,
/linux-4.1.27/net/bluetooth/
Damp.c149 ret = crypto_shash_setkey(tfm, key, ksize); in hmac_sha256()
/linux-4.1.27/security/keys/encrypted-keys/
Dencrypted.c350 ret = crypto_shash_setkey(hmacalg, key, keylen); in calc_hmac()
/linux-4.1.27/security/keys/
Dtrusted.c91 ret = crypto_shash_setkey(hmacalg, key, keylen); in TSS_rawhmac()
/linux-4.1.27/drivers/crypto/
Dmv_cesa.c783 rc = crypto_shash_setkey(ctx->fallback, key, keylen); in mv_hash_setkey()
Domap-sham.c1205 err = crypto_shash_setkey(tctx->fallback, key, keylen); in omap_sham_setkey()