Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dcrypto_ctx.h60 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_sha256(void);
H A Dcrypto_ctx.c201 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_sha256(void) in ksmbd_crypto_ctx_find_sha256() function
H A Dauth.c972 ctx = ksmbd_crypto_ctx_find_sha256(); in ksmbd_gen_sd_hash()