Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/
H A Dcrypto_ctx.h61 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_gcm(void);
H A Dcrypto_ctx.c229 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_gcm(void) in ksmbd_crypto_ctx_find_gcm() function
H A Dauth.c1134 ctx = ksmbd_crypto_ctx_find_gcm(); in ksmbd_crypt_message()