Home
last modified time | relevance | path

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

/linux/crypto/
H A Dmd5.c116 #define HMAC_MD5_CTX(desc) ((struct hmac_md5_ctx *)shash_desc_ctx(desc)) macro
127 hmac_md5_init(HMAC_MD5_CTX(desc), HMAC_MD5_KEY(desc->tfm)); in crypto_hmac_md5_init()
134 hmac_md5_update(HMAC_MD5_CTX(desc), data, len); in crypto_hmac_md5_update()
140 hmac_md5_final(HMAC_MD5_CTX(desc), out); in crypto_hmac_md5_final()
153 return __crypto_md5_export(&HMAC_MD5_CTX(desc)->hash_ctx, out); in crypto_hmac_md5_export()
158 struct hmac_md5_ctx *ctx = HMAC_MD5_CTX(desc); in crypto_hmac_md5_import()
166 return __crypto_md5_export_core(&HMAC_MD5_CTX(desc)->hash_ctx, out); in crypto_hmac_md5_export_core()
171 struct hmac_md5_ctx *ctx = HMAC_MD5_CTX(desc); in crypto_hmac_md5_import_core()