Home
last modified time | relevance | path

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

/crypto/
A Dsha512.c65 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc)) macro
69 sha384_init(SHA384_CTX(desc)); in crypto_sha384_init()
76 sha384_update(SHA384_CTX(desc), data, len); in crypto_sha384_update()
82 sha384_final(SHA384_CTX(desc), out); in crypto_sha384_final()
95 return __crypto_sha512_export(&SHA384_CTX(desc)->ctx, out); in crypto_sha384_export()
100 return __crypto_sha512_import(&SHA384_CTX(desc)->ctx, in); in crypto_sha384_import()

Completed in 6 milliseconds