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.c88 static void ctx_free(struct ksmbd_crypto_ctx *ctx) in ctx_free()
99 static struct ksmbd_crypto_ctx *ksmbd_find_crypto_ctx(void) in ksmbd_find_crypto_ctx()
101 struct ksmbd_crypto_ctx *ctx; in ksmbd_find_crypto_ctx()
107 struct ksmbd_crypto_ctx, in ksmbd_find_crypto_ctx()
124 ctx = kzalloc_obj(struct ksmbd_crypto_ctx, KSMBD_DEFAULT_GFP); in ksmbd_find_crypto_ctx()
138 void ksmbd_release_crypto_ctx(struct ksmbd_crypto_ctx *ctx) in ksmbd_release_crypto_ctx()
156 static struct ksmbd_crypto_ctx *____crypto_shash_ctx_find(int id) in ____crypto_shash_ctx_find()
158 struct ksmbd_crypto_ctx *ctx; in ____crypto_shash_ctx_find()
174 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_cmacaes(void) in ksmbd_crypto_ctx_find_cmacaes()
179 static struct ksmbd_crypto_ctx *____crypto_aead_ctx_find(int id) in ____crypto_aead_ctx_find()
[all …]
H A Dcrypto_ctx.h28 struct ksmbd_crypto_ctx { struct
42 void ksmbd_release_crypto_ctx(struct ksmbd_crypto_ctx *ctx); argument
43 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_cmacaes(void);
44 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_gcm(void);
45 struct ksmbd_crypto_ctx *ksmbd_crypto_ctx_find_ccm(void);
H A Dauth.c496 struct ksmbd_crypto_ctx *ctx; in ksmbd_sign_smb3_pdu()
838 struct ksmbd_crypto_ctx *ctx; in ksmbd_crypt_message()