Home
last modified time | relevance | path

Searched defs:NativeSha256Context (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_crypto/
Dsha256_mock.cc26 Status DoInit(NativeSha256Context&) { in DoInit() argument
31 Status DoUpdate(NativeSha256Context&, ConstByteSpan) { in DoUpdate() argument
36 Status DoFinal(NativeSha256Context&, ByteSpan) { in DoFinal() argument
/external/pigweed/pw_crypto/public/pw_crypto/
Dsha256_boringssl.h21 typedef SHA256_CTX NativeSha256Context; typedef
Dsha256_mbedtls.h21 typedef mbedtls_sha256_context NativeSha256Context; typedef
Dsha256_mock.h21 } NativeSha256Context; typedef