Lines Matching defs:ctx
456 void *ctx = mbedtls_calloc(1, sizeof(mbedtls_rsa_context)); in rsa_alloc_wrap() local
465 static void rsa_free_wrap(void *ctx) in rsa_free_wrap()
653 mbedtls_ecp_keypair *ctx = pk->pk_ctx; in ecdsa_verify_wrap() local
762 mbedtls_ecp_keypair *ctx = pk->pk_ctx; in ecdsa_sign_wrap() local
850 void *ctx = mbedtls_calloc(1, sizeof(eckey_restart_ctx)); in eckey_rs_alloc() local
861 static void eckey_rs_free(void *ctx) in eckey_rs_free()
1083 void *ctx = mbedtls_calloc(1, sizeof(mbedtls_ecp_keypair)); in eckey_alloc_wrap() local
1092 static void eckey_free_wrap(void *ctx) in eckey_free_wrap()
1222 void *ctx = mbedtls_calloc(1, sizeof(mbedtls_ecdsa_restart_ctx)); in ecdsa_rs_alloc() local
1231 static void ecdsa_rs_free(void *ctx) in ecdsa_rs_free()
1368 void *ctx = mbedtls_calloc(1, sizeof(mbedtls_rsa_alt_context)); in rsa_alt_alloc_wrap() local
1377 static void rsa_alt_free_wrap(void *ctx) in rsa_alt_free_wrap()