Searched refs:hmac_md5_ctx (Results 1 – 4 of 4) sorted by relevance
106 struct hmac_md5_ctx { struct134 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]);
116 #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),
242 void hmac_md5_init(struct hmac_md5_ctx *ctx, const struct hmac_md5_key *key) in hmac_md5_init()250 void hmac_md5_init_usingrawkey(struct hmac_md5_ctx *ctx, in hmac_md5_init_usingrawkey()259 void hmac_md5_final(struct hmac_md5_ctx *ctx, u8 out[MD5_DIGEST_SIZE]) in hmac_md5_final()281 struct hmac_md5_ctx ctx; in hmac_md5()293 struct hmac_md5_ctx ctx; in hmac_md5_usingrawkey()
80 struct hmac_md5_ctx ctx; in calc_ntlmv2_hash()148 struct hmac_md5_ctx ctx; in ksmbd_auth_ntlmv2()