Home
last modified time | relevance | path

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

/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp370 } sha384_context; typedef
396 sha384_context* ctx = (sha384_context*)context; in CRYPT_SHA384Start()
397 FXSYS_memset(ctx, 0, sizeof(sha384_context)); in CRYPT_SHA384Start()
482 static void sha384_process(sha384_context* ctx, const uint8_t data[128]) { in sha384_process()
550 sha384_context* ctx = (sha384_context*)context; in CRYPT_SHA384Update()
578 sha384_context* ctx = (sha384_context*)context; in CRYPT_SHA384Finish()
601 sha384_context context; in CRYPT_SHA384Generate()
610 sha384_context* ctx = (sha384_context*)context; in CRYPT_SHA512Start()
611 FXSYS_memset(ctx, 0, sizeof(sha384_context)); in CRYPT_SHA512Start()
625 sha384_context* ctx = (sha384_context*)context; in CRYPT_SHA512Finish()
[all …]