Searched refs:PEM_BUFSIZE (Results 1 – 2 of 2) sorted by relevance
73 #define PEM_BUFSIZE 1024 macro
223 buf = malloc(PEM_BUFSIZE*8); in Der2Pem()238 n = (int)((len > (PEM_BUFSIZE*5))?(PEM_BUFSIZE*5):len); in Der2Pem()