Home | History | Annotate | Download | only in tls

Lines Matching refs:os_malloc

277 	cert->public_key = os_malloc(hdr.length - 1);
414 name->email = os_malloc(hdr.length + 1);
928 name->ip = os_malloc(len);
1443 cert->subject_dn = os_malloc(pos - subject_dn);
1703 cert->sign_value = os_malloc(hdr.length - 1);
1765 data = os_malloc(data_len);