Home
last modified time | relevance | path

Searched refs:hmac_md5_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/
H A Dmd5.h106 struct hmac_md5_ctx { struct
134 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key);
148 void hmac_md5_init_usingrawkey(struct hmac_md5_ctx *ctx,
161 static inline void hmac_md5_update(struct hmac_md5_ctx *ctx, in hmac_md5_update()
176 void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[at_least MD5_DIGEST_SIZE]);
/linux/crypto/
H A Dmd5.c116 #define HMAC_MD5_CTX(desc) ((struct hmac_md5_ctx *)shash_desc_ctx(desc))
158 struct hmac_md5_ctx *ctx = HMAC_MD5_CTX(desc); in crypto_hmac_md5_import()
171 struct hmac_md5_ctx *ctx = HMAC_MD5_CTX(desc); in crypto_hmac_md5_import_core()
213 .descsize = sizeof(struct hmac_md5_ctx),
/linux/lib/crypto/
H A Dmd5.c248 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key) in hmac_md5_init()
256 void hmac_md5_init_usingrawkey(struct hmac_md5_ctx *ctx, in hmac_md5_init_usingrawkey()
265 void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[MD5_DIGEST_SIZE]) in hmac_md5_final()
287 struct hmac_md5_ctx ctx; in hmac_md5()
299 struct hmac_md5_ctx ctx; in hmac_md5_usingrawkey()
/linux/lib/crypto/tests/
H A Dmd5_kunit.c15 #define HMAC_CTX hmac_md5_ctx
/linux/fs/smb/server/
H A Dauth.c80 struct hmac_md5_ctx ctx; in calc_ntlmv2_hash()
144 struct hmac_md5_ctx ctx; in ksmbd_auth_ntlmv2()
/linux/fs/smb/client/
H A Dcifsencrypt.c263 struct hmac_md5_ctx hmac_ctx; in build_avpair_blob()