Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dsha256.h63 int is224; /*!< Determines which function to use: member
108 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
174 int is224 );
244 int is224 );
276 int is224 );
/AliOS-Things-master/components/mbedtls/library/
A Dsha256.c111 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_starts_ret()
116 if( is224 == 0 ) in mbedtls_sha256_starts_ret()
141 ctx->is224 = is224; in mbedtls_sha256_starts_ret()
148 int is224 ) in mbedtls_sha256_starts() argument
150 mbedtls_sha256_starts_ret( ctx, is224 ); in mbedtls_sha256_starts()
392 if( ctx->is224 == 0 ) in mbedtls_sha256_finish_ret()
414 int is224 ) in mbedtls_sha256_ret() argument
419 SHA256_VALIDATE_RET( is224 == 0 || is224 == 1 ); in mbedtls_sha256_ret()
425 if( ( ret = mbedtls_sha256_starts_ret( &ctx, is224 ) ) != 0 ) in mbedtls_sha256_ret()
444 int is224 ) in mbedtls_sha256() argument
[all …]
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dsha256_alt.c84 int mbedtls_sha256_starts_ret(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts_ret() argument
88 if (is224) { in mbedtls_sha256_starts_ret()
94 if (is224) { in mbedtls_sha256_starts_ret()
/AliOS-Things-master/components/mqtt/example/
A Daiot_mqtt_sign.c98 int is224; /*!< 0 => SHA-256, else SHA-224 */ member
154 int is224 = 0; in utils_sha256_starts() local
158 if (is224 == 0) { in utils_sha256_starts()
170 ctx->is224 = is224; in utils_sha256_starts()
323 if (ctx->is224 == 0) { in utils_sha256_finish()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_digest.h34 int is224; member
118 void ota_sha256_starts(ota_sha256_context *ctx, int is224);
A Dota_hal_digest.c31 void ota_sha256_starts(ota_sha256_context *ctx, int is224) in ota_sha256_starts() argument
33 mbedtls_sha256_starts((mbedtls_sha256_context *)ctx, is224); in ota_sha256_starts()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_sha256.c55 uint8_t is224 = 0; in core_sha256_starts() local
59 if (is224 == 0) { in core_sha256_starts()
71 ctx->is224 = is224; in core_sha256_starts()
252 if (ctx->is224 == 0) { in core_sha256_finish()
A Dcore_sha256.h22 uint8_t is224; /*!< 0 => SHA-256, else SHA-224 */ member
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_sha256.c63 int is224 = 0; in utils_sha256_starts() local
67 if (is224 == 0) { in utils_sha256_starts()
79 ctx->is224 = is224; in utils_sha256_starts()
251 if (ctx->is224 == 0) { in utils_sha256_finish()
/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A Dsha256_alt.h76 int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_sha256.h22 int is224; /*!< 0 => SHA-256, else SHA-224 */ member

Completed in 11 milliseconds