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