Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
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.c575 ctx = ksmbd_crypto_ctx_find_hmacsha256(); in ksmbd_sign_smb2_pdu()
684 ctx = ksmbd_crypto_ctx_find_hmacsha256(); in generate_key()