Home
last modified time | relevance | path

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

/linux/crypto/
H A Dsha256.c76 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc)) macro
80 sha224_init(SHA224_CTX(desc)); in crypto_sha224_init()
87 sha224_update(SHA224_CTX(desc), data, len); in crypto_sha224_update()
93 sha224_final(SHA224_CTX(desc), out); in crypto_sha224_final()
106 return __crypto_sha256_export(&SHA224_CTX(desc)->ctx, out); in crypto_sha224_export()
111 return __crypto_sha256_import(&SHA224_CTX(desc)->ctx, in); in crypto_sha224_import()
116 return __crypto_sha256_export_core(&SHA224_CTX(desc)->ctx, out); in crypto_sha224_export_core()
121 return __crypto_sha256_import_core(&SHA224_CTX(desc)->ctx, in); in crypto_sha224_import_core()