Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
Dpico_mbedtls.c35 void mbedtls_sha256_init(__unused mbedtls_sha256_context *ctx) { in mbedtls_sha256_init()
38 void mbedtls_sha256_free(__unused mbedtls_sha256_context *ctx) { in mbedtls_sha256_free()
41 int mbedtls_sha256_starts_ret(mbedtls_sha256_context *ctx, int is224) { in mbedtls_sha256_starts_ret()
46 int mbedtls_sha256_update_ret(mbedtls_sha256_context *ctx, const unsigned char *input, size_t ilen)… in mbedtls_sha256_update_ret()
51 int mbedtls_sha256_finish_ret( mbedtls_sha256_context *ctx, unsigned char output[32]) { in mbedtls_sha256_finish_ret()