Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dcrypto_ctx.c97 static void ctx_free(struct ksmbd_crypto_ctx *ctx) in ctx_free()
108 static struct ksmbd_crypto_ctx *ksmbd_find_crypto_ctx(void) in ksmbd_find_crypto_ctx()
110 struct ksmbd_crypto_ctx *ctx; in ksmbd_find_crypto_ctx()
116 struct ksmbd_crypto_ctx, in ksmbd_find_crypto_ctx()
133 ctx = kzalloc(sizeof(struct ksmbd_crypto_ctx), KSMBD_DEFAULT_GFP); in ksmbd_find_crypto_ctx()
147 void ksmbd_release_crypto_ctx(struct ksmbd_crypto_ctx *ctx) in ksmbd_release_crypto_ctx()
165 static struct ksmbd_crypto_ctx *____crypto_shash_ctx_find(int id) in ____crypto_shash_ctx_find()
167 struct ksmbd_crypto_ctx *ctx; in ____crypto_shash_ctx_find()
183 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacmd5(void) in ksmbd_crypto_ctx_find_hmacmd5()
188 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacsha25
[all...]
H A Dcrypto_ctx.h31 struct ksmbd_crypto_ctx { struct
52 void ksmbd_release_crypto_ctx(struct ksmbd_crypto_ctx *ctx); argument
53 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacmd5(void);
54 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_hmacsha256(void);
55 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_cmacaes(void);
56 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_sha512(void);
57 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_gcm(void);
58 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_ccm(void);
H A Dauth.c82 struct ksmbd_crypto_ctx *ctx; in ksmbd_gen_sess_key()
130 struct ksmbd_crypto_ctx *ctx; in calc_ntlmv2_hash()
226 struct ksmbd_crypto_ctx *ctx = NULL; in ksmbd_auth_ntlmv2()
596 struct ksmbd_crypto_ctx *ctx; in ksmbd_sign_smb2_pdu()
647 struct ksmbd_crypto_ctx *ctx; in ksmbd_sign_smb3_pdu()
703 struct ksmbd_crypto_ctx *ctx; in generate_key()
942 struct ksmbd_crypto_ctx *ctx = NULL; in ksmbd_gen_preauth_integrity_hash()
1104 struct ksmbd_crypto_ctx *ctx; in ksmbd_crypt_message()