Lines Matching refs:mbedtls_calloc
805 if ((new = mbedtls_calloc(1, sizeof(sni_entry))) == NULL) {
819 if ((new->cert = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL ||
820 (new->key = mbedtls_calloc(1, sizeof(mbedtls_pk_context))) == NULL) {
833 if ((new->ca = mbedtls_calloc(1, sizeof(mbedtls_x509_crt))) == NULL) {
846 if ((new->crl = mbedtls_calloc(1, sizeof(mbedtls_x509_crl))) == NULL) {
1001 if ((new = mbedtls_calloc(1, sizeof(psk_entry))) == NULL) {
1201 ctx = mbedtls_calloc(1, sizeof(*ctx));
2334 buf = mbedtls_calloc(1, buf_content_size + 1);
3785 larger_buf = mbedtls_calloc(1, ori_len + extra_len + 1);
4015 if ((context_buf = mbedtls_calloc(1, buf_len)) == NULL) {
4043 if ((b64_buf = mbedtls_calloc(1, b64_len)) == NULL) {