Home
last modified time | relevance | path

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

/linux/crypto/
H A Dmd5.c67 #define MD5_CTX(desc) ((struct md5_ctx *)shash_desc_ctx(desc)) macro
71 md5_init(MD5_CTX(desc)); in crypto_md5_init()
78 md5_update(MD5_CTX(desc), data, len); in crypto_md5_update()
84 md5_final(MD5_CTX(desc), out); in crypto_md5_final()
97 return __crypto_md5_export(MD5_CTX(desc), out); in crypto_md5_export()
102 return __crypto_md5_import(MD5_CTX(desc), in); in crypto_md5_import()
107 return __crypto_md5_export_core(MD5_CTX(desc), out); in crypto_md5_export_core()
112 return __crypto_md5_import_core(MD5_CTX(desc), in); in crypto_md5_import_core()