Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dsha512.c347 # define mbedtls_internal_sha512_process_many_a64_crypto mbedtls_internal_sha512_process_many macro
380 static size_t mbedtls_internal_sha512_process_many_a64_crypto( in mbedtls_internal_sha512_process_many_a64_crypto() function
568 return (mbedtls_internal_sha512_process_many_a64_crypto(ctx, data, in mbedtls_internal_sha512_process_a64_crypto()
738 return mbedtls_internal_sha512_process_many_a64_crypto(ctx, msg, len); in mbedtls_internal_sha512_process_many()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dsha512.c348 # define mbedtls_internal_sha512_process_many_a64_crypto mbedtls_internal_sha512_process_many macro
381 static size_t mbedtls_internal_sha512_process_many_a64_crypto( in mbedtls_internal_sha512_process_many_a64_crypto() function
569 return (mbedtls_internal_sha512_process_many_a64_crypto(ctx, data, in mbedtls_internal_sha512_process_a64_crypto()
739 return mbedtls_internal_sha512_process_many_a64_crypto(ctx, msg, len); in mbedtls_internal_sha512_process_many()