Home
last modified time | relevance | path

Searched refs:hmac_sha1_final (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/
H A Dsha1.c263 void hmac_sha1_final(struct hmac_sha1_ctx *ctx, u8 out[SHA1_DIGEST_SIZE]) in hmac_sha1_final() function
280 EXPORT_SYMBOL_GPL(hmac_sha1_final);
289 hmac_sha1_final(&ctx, out); in hmac_sha1()
301 hmac_sha1_final(&ctx, out); in hmac_sha1_usingrawkey()
/linux/lib/crypto/tests/
H A Dsha1_kunit.c19 #define HMAC_FINAL hmac_sha1_final
/linux/include/crypto/
H A Dsha1.h174 void hmac_sha1_final(struct hmac_sha1_ctx *ctx,
/linux/crypto/
H A Dsha1.c144 hmac_sha1_final(HMAC_SHA1_CTX(desc), out); in crypto_hmac_sha1_final()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c121 hmac_sha1_final(&hmac_ctx, digest); in TSS_rawhmac()