Lines Matching refs:os_malloc
1098 struct crypto_cipher *ctx = os_malloc(sizeof(*ctx)); in crypto_cipher_init()
1159 mbedtls_mpi *bn = os_malloc(sizeof(*bn)); in crypto_bignum_init()
1170 mbedtls_mpi *bn = os_malloc(sizeof(*bn)); in crypto_bignum_init_set()
1187 mbedtls_mpi *bn = os_malloc(sizeof(*bn)); in crypto_bignum_init_uint()
1551 mbedtls_dhm_context *ctx = os_malloc(sizeof(*ctx)); in dh5_init()
1581 mbedtls_dhm_context *ctx = os_malloc(sizeof(*ctx)); in dh5_init_fixed()
1808 struct crypto_ecdh *ecdh = os_malloc(sizeof(*ecdh)); in crypto_ecdh_init2()
2002 mbedtls_ecp_group *e = os_malloc(sizeof(*e)); in crypto_ec_init()
2156 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_init()
2202 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_point_from_bin()
2322 mbedtls_mpi *y2 = os_malloc(sizeof(*y2)); in crypto_ec_point_compute_y_sqr()
2379 mbedtls_pk_context *ctx = os_malloc(sizeof(*ctx)); in crypto_ec_key_parse_priv()
2507 mbedtls_pk_context *ctx = os_malloc(sizeof(*ctx)); in crypto_ec_key_parse_pub()
2538 mbedtls_pk_context *ctx = os_malloc(sizeof(*ctx)); in crypto_ec_key_set_pub_point_for_group()
2590 mbedtls_pk_context *ctx = os_malloc(sizeof(*ctx)); in crypto_ec_key_gen()
2749 mbedtls_ecp_point *p = os_malloc(sizeof(*p)); in crypto_ec_key_get_public_key()
2770 mbedtls_mpi *bn = os_malloc(sizeof(*bn)); in crypto_ec_key_get_private_key()
2977 mbedtls_x509write_csr *csr = os_malloc(sizeof(*csr)); in crypto_csr_init()
2993 mbedtls_x509_csr *csr = os_malloc(sizeof(*csr)); in crypto_csr_verify()