Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha256.c394 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx, in hmac_sha256_init_usingrawkey() function
401 EXPORT_SYMBOL_GPL(hmac_sha256_init_usingrawkey);
476 hmac_sha256_init_usingrawkey(&ctx, raw_key, raw_key_len); in hmac_sha256_usingrawkey()
/linux/drivers/char/tpm/
H A Dtpm2-sessions.c445 hmac_sha256_init_usingrawkey(&hctx, key, key_len); in tpm2_KDFa()
715 hmac_sha256_init_usingrawkey(&hctx, auth->session_key, in tpm_buf_fill_hmac_session()
837 hmac_sha256_init_usingrawkey(&hctx, auth->session_key, in tpm_buf_check_hmac_response()
/linux/fs/smb/client/
H A Dsmb2transport.c235 hmac_sha256_init_usingrawkey(&hmac_ctx, key, sizeof(key)); in smb2_calc_signature()
281 hmac_sha256_init_usingrawkey(&hmac_ctx, ses->auth_key.response, in generate_key()
/linux/fs/smb/server/
H A Dauth.c476 hmac_sha256_init_usingrawkey(&ctx, key, SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_sign_smb2_pdu()
550 hmac_sha256_init_usingrawkey(&ctx, sess->sess_key, in generate_key()
/linux/include/crypto/
H A Dsha2.h466 void hmac_sha256_init_usingrawkey(struct hmac_sha256_ctx *ctx,