Home
last modified time | relevance | path

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

/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp169 sha256_context; typedef
186 sha256_context *ctx = (sha256_context *)context; in CRYPT_SHA256Start()
198 static void sha256_process( sha256_context *ctx, const FX_BYTE data[64] ) in sha256_process()
320 sha256_context *ctx = (sha256_context *)context; in CRYPT_SHA256Update()
358 sha256_context *ctx = (sha256_context *)context; in CRYPT_SHA256Finish()
382 sha256_context ctx; in CRYPT_SHA256Generate()