Home
last modified time | relevance | path

Searched refs:PEM_STRING_X509_OLD (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/pem/
Dpem_lib.c235 if (!strcmp(nm, PEM_STRING_X509_OLD) && !strcmp(name, PEM_STRING_X509)) in check_pem()
247 if (!strcmp(nm, PEM_STRING_X509_OLD) && in check_pem()
Dpem_info.c129 (strcmp(name, PEM_STRING_X509_OLD) == 0)) { in STACK_OF()
Dpem.h114 # define PEM_STRING_X509_OLD "X509 CERTIFICATE" macro