Home
last modified time | relevance | path

Searched refs:ksmbd_crypto_ctx_find_hmacsha256 (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/smb/server/
Dcrypto_ctx.h57 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacsha256(void);
Dcrypto_ctx.c191 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacsha256(void) in ksmbd_crypto_ctx_find_hmacsha256() function
Dauth.c581 ctx = ksmbd_crypto_ctx_find_hmacsha256(); in ksmbd_sign_smb2_pdu()
690 ctx = ksmbd_crypto_ctx_find_hmacsha256(); in generate_key()