Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_crypto/
H A Dsha256_mock.cc28 Status DoInit(NativeSha256Context&) { in DoInit() argument
33 Status DoUpdate(NativeSha256Context&, ConstByteSpan) { in DoUpdate() argument
38 Status DoFinal(NativeSha256Context&, ByteSpan) { in DoFinal() argument
/aosp_15_r20/external/pigweed/pw_crypto/public/pw_crypto/
H A Dsha256_mbedtls.h28 using NativeSha256Context = mbedtls_sha256_context; variable
H A Dsha256_mock.h21 } NativeSha256Context; typedef