Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/libsodium/test/
Dtest_sodium.c86 crypto_hash_sha256_update(&state, in, inlen - 1); // split into two updates
87 crypto_hash_sha256_update(&state, in + (inlen -1), 1);
/hal_espressif-2.7.6/components/libsodium/port/crypto_hash_mbedtls/
Dcrypto_hash_sha256_mbedtls.c75 crypto_hash_sha256_update(crypto_hash_sha256_state *state, in crypto_hash_sha256_update() function