Searched refs:SHA384_CTX (Results 1 – 1 of 1) sorted by relevance
78 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc)) macro82 sha384_init(SHA384_CTX(desc)); in crypto_sha384_init()89 sha384_update(SHA384_CTX(desc), data, len); in crypto_sha384_update()95 sha384_final(SHA384_CTX(desc), out); in crypto_sha384_final()108 return __crypto_sha512_export(&SHA384_CTX(desc)->ctx, out); in crypto_sha384_export()113 return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import()118 return __crypto_sha512_export_core(&SHA384_CTX(desc)->ctx, out); in crypto_sha384_export_core()123 return __crypto_sha512_import_core(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import_core()