Lines Matching defs:ctx
225 void mbedtls_sha256_init(mbedtls_sha256_context *ctx) in mbedtls_sha256_init()
230 void mbedtls_sha256_free(mbedtls_sha256_context *ctx) in mbedtls_sha256_free()
248 int mbedtls_sha256_starts(mbedtls_sha256_context *ctx, int is224) in mbedtls_sha256_starts()
330 mbedtls_sha256_context *ctx, const uint8_t *msg, size_t len) in mbedtls_internal_sha256_process_many_a64_crypto()
431 int mbedtls_internal_sha256_process_a64_crypto(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process_a64_crypto()
492 int mbedtls_internal_sha256_process_c(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process_c()
583 mbedtls_sha256_context *ctx, const uint8_t *data, size_t len) in mbedtls_internal_sha256_process_many_c()
619 static size_t mbedtls_internal_sha256_process_many(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process_many()
629 int mbedtls_internal_sha256_process(mbedtls_sha256_context *ctx, in mbedtls_internal_sha256_process()
645 int mbedtls_sha256_update(mbedtls_sha256_context *ctx, in mbedtls_sha256_update()
700 int mbedtls_sha256_finish(mbedtls_sha256_context *ctx, in mbedtls_sha256_finish()
779 mbedtls_sha256_context ctx; in mbedtls_sha256() local
883 mbedtls_sha256_context ctx; in mbedtls_sha256_common_self_test() local