Home
last modified time | relevance | path

Searched refs:hmac_sha256_final (Results 1 – 8 of 8) sorted by relevance

/linux/lib/crypto/
H A Dsha256.c429 void hmac_sha256_final(struct hmac_sha256_ctx *ctx, in hmac_sha256_final() function
434 EXPORT_SYMBOL_GPL(hmac_sha256_final);
454 hmac_sha256_final(&ctx, out); in hmac_sha256()
478 hmac_sha256_final(&ctx, out); in hmac_sha256_usingrawkey()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c451 hmac_sha256_final(&hctx, out); in tpm2_KDFa()
722 hmac_sha256_final(&hctx, hmac); in tpm_buf_fill_hmac_session()
845 hmac_sha256_final(&hctx, rphash); in tpm_buf_check_hmac_response()
/linux/fs/smb/server/
H A Dauth.c481 hmac_sha256_final(&ctx, sig); in ksmbd_sign_smb2_pdu()
566 hmac_sha256_final(&ctx, prfhash); in generate_key()
/linux/crypto/
H A Dsha256.c276 hmac_sha256_final(HMAC_SHA256_CTX(desc), out); in crypto_hmac_sha256_final()
/linux/include/crypto/
H A Dsha2.h494 void hmac_sha256_final(struct hmac_sha256_ctx *ctx,
/linux/fs/smb/client/
H A Dcifsencrypt.c50 hmac_sha256_final(ctx->hmac, out); in cifs_sig_final()
H A Dsmb2transport.c295 hmac_sha256_final(&hmac_ctx, prfhash); in generate_key()
/linux/net/ceph/
H A Dmessenger_v2.c800 hmac_sha256_final(&ctx, hmac); in con_hmac_sha256()