Searched refs:mbedtls_malloc (Results 1 – 1 of 1) sorted by relevance
80 #define mbedtls_malloc(a) malloc(a) macro582 buffer = mbedtls_malloc(length + 1); in setup_pki_credentials()606 buffer = mbedtls_malloc(length + 1); in setup_pki_credentials()660 buffer = mbedtls_malloc(length + 1); in setup_pki_credentials()807 name = mbedtls_malloc(name_len+1); in pki_sni_callback()885 name = mbedtls_malloc(name_len+1); in psk_sni_callback()1066 psk_ciphers = mbedtls_malloc(psk_count * sizeof(psk_ciphers[0]));1071 pki_ciphers = mbedtls_malloc(pki_count * sizeof(pki_ciphers[0]));1495 m_env = (coap_mbedtls_env_t *)mbedtls_malloc(sizeof(coap_mbedtls_env_t));1652 m_context = (coap_mbedtls_context_t *)mbedtls_malloc(sizeof(coap_mbedtls_context_t));[all …]