Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dsha512.h44 int MBEDTLS_PRIVATE(is384); /*!< Determines which function to use:
96 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384);
178 int is384);
/openthread-latest/third_party/mbedtls/repo/library/
Dsha512.c244 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384) in mbedtls_sha512_starts() argument
247 if (is384 != 0 && is384 != 1) { in mbedtls_sha512_starts()
251 if (is384 != 0) { in mbedtls_sha512_starts()
255 if (is384 == 0) { in mbedtls_sha512_starts()
263 if (is384 == 0) { in mbedtls_sha512_starts()
288 ctx->is384 = is384; in mbedtls_sha512_starts()
868 truncated = ctx->is384; in mbedtls_sha512_finish()
890 int is384) in mbedtls_sha512() argument
896 if (is384 != 0 && is384 != 1) { in mbedtls_sha512()
900 if (is384 != 0) { in mbedtls_sha512()
[all …]