Searched refs:cbuf_size (Results 1 – 1 of 1) sorted by relevance
421 size_t cbuf_size = ((size_t)CFStringGetLength(c) * 4) + 1; in CopyCertSubject() local422 cbuf = calloc(1, cbuf_size); in CopyCertSubject()424 if(!CFStringGetCString(c, cbuf, (CFIndex)cbuf_size, in CopyCertSubject()434 failf(data, "SSL: could not allocate %zu bytes of memory", cbuf_size); in CopyCertSubject()
Completed in 12 milliseconds