Home | History | Annotate | Download | only in asn1

Lines Matching refs:pem_str

233 		if (((int)strlen(ameth->pem_str) == len) && 
234 !strncasecmp(ameth->pem_str, str, len))
279 *ppem_str = ameth->pem_str;
289 const char *pem_str, const char *info)
311 if (pem_str)
313 ameth->pem_str = BUF_strdup(pem_str);
314 if (!ameth->pem_str)
318 ameth->pem_str = NULL;
395 if (ameth->pem_str)
396 OPENSSL_free(ameth->pem_str);