Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dcrypto_ctx.h59 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_sha512(void);
H A Dcrypto_ctx.c206 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_sha512(void) in ksmbd_crypto_ctx_find_sha512() function
H A Dauth.c936 ctx = ksmbd_crypto_ctx_find_sha512(); in ksmbd_gen_preauth_integrity_hash()