Home
last modified time | relevance | path

Searched refs:is224 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha256.c119 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret() argument
124 if ( is224 == 0 ) { in mbedtls_sha256_starts_ret()
146 ctx->is224 = is224; in mbedtls_sha256_starts_ret()
156 int is224 ) in mbedtls_sha256_starts() argument
158 mbedtls_sha256_starts_ret( ctx, is224 ); in mbedtls_sha256_starts()
214 if (!ctx->is224 && esp_sha_try_lock_engine(SHA2_256)) { in mbedtls_internal_sha256_process()
404 if ( ctx->is224 == 0 ) { in mbedtls_sha256_finish_ret()
/hal_espressif-3.6.0/components/mbedtls/port/sha/dma/
Desp_sha256.c106 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 ) in mbedtls_sha256_starts_ret() argument
110 if ( is224 ) { in mbedtls_sha256_starts_ret()
121 int is224 ) in mbedtls_sha256_starts() argument
123 mbedtls_sha256_starts_ret( ctx, is224 ); in mbedtls_sha256_starts()
/hal_espressif-3.6.0/components/mbedtls/port/include/
Dsha256_alt.h49 int is224; /*!< 0 => SHA-256, else SHA-224 */ member
/hal_espressif-3.6.0/components/libsodium/port/crypto_hash_mbedtls/
Dcrypto_hash_sha256_mbedtls.c50 mb_ctx->is224 = 0; in sha256_libsodium_to_mbedtls()