Searched refs:t_val (Results 1 – 3 of 3) sorted by relevance
71 uint32_t t_val; /*!< t_val for 512/t mode */86 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val);
85 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val) in esp_sha512_set_t() argument87 ctx->t_val = t_val; in esp_sha512_set_t()133 if ((ret = esp_sha_512_t_init_hash(ctx->t_val)) != 0) { in esp_internal_sha_update_state()
84 void esp_sha512_set_t( mbedtls_sha512_context *ctx, uint16_t t_val) in esp_sha512_set_t() argument86 ctx->t_val = t_val; in esp_sha512_set_t()130 if ((ret = esp_sha_512_t_init_hash(ctx->t_val)) != 0) { in esp_internal_sha_update_state()