Home
last modified time | relevance | path

Searched defs:mb_ctx (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/libsodium/port/crypto_hash_mbedtls/
Dcrypto_hash_sha256_mbedtls.c46 …a256_mbedtls_to_libsodium(crypto_hash_sha256_state *ls_state, const mbedtls_sha256_context *mb_ctx) in sha256_mbedtls_to_libsodium()
53 static void sha256_libsodium_to_mbedtls(mbedtls_sha256_context *mb_ctx, crypto_hash_sha256_state *l… in sha256_libsodium_to_mbedtls()
Dcrypto_hash_sha512_mbedtls.c50 …a512_mbedtls_to_libsodium(crypto_hash_sha512_state *ls_state, const mbedtls_sha512_context *mb_ctx) in sha512_mbedtls_to_libsodium()
57 static void sha512_libsodium_to_mbedtls(mbedtls_sha512_context *mb_ctx, crypto_hash_sha512_state *l… in sha512_libsodium_to_mbedtls()