Searched refs:b64_len (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dshow_certificates.c110 size_t b64_len = SecBase64Encode2(NULL, length, NULL, 0, local
112 char *buffer = malloc(33 + 2 * pem_name_len + b64_len);
116 p += SecBase64Encode2(bytes, length, p, b64_len,\

Completed in 107 milliseconds