Lines Matching defs:ctx
221 void mbedtls_sha512_init(mbedtls_sha512_context *ctx) in mbedtls_sha512_init()
226 void mbedtls_sha512_free(mbedtls_sha512_context *ctx) in mbedtls_sha512_free()
244 int mbedtls_sha512_starts(mbedtls_sha512_context *ctx, int is384) in mbedtls_sha512_starts()
382 mbedtls_sha512_context *ctx, const uint8_t *msg, size_t len) in mbedtls_internal_sha512_process_many_a64_crypto()
566 int mbedtls_internal_sha512_process_a64_crypto(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process_a64_crypto()
601 int mbedtls_internal_sha512_process_c(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process_c()
699 mbedtls_sha512_context *ctx, const uint8_t *data, size_t len) in mbedtls_internal_sha512_process_many_c()
735 static size_t mbedtls_internal_sha512_process_many(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process_many()
745 int mbedtls_internal_sha512_process(mbedtls_sha512_context *ctx, in mbedtls_internal_sha512_process()
760 int mbedtls_sha512_update(mbedtls_sha512_context *ctx, in mbedtls_sha512_update()
814 int mbedtls_sha512_finish(mbedtls_sha512_context *ctx, in mbedtls_sha512_finish()
893 mbedtls_sha512_context ctx; in mbedtls_sha512() local
1015 mbedtls_sha512_context ctx; in mbedtls_sha512_common_self_test() local