Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/pem/
Dpem.h120 # define PEM_STRING_X509_CRL "X509 CRL" macro
430 PEM_ASN1_write((int (*)())i2d_X509_CRL,PEM_STRING_X509_CRL, \
462 (char *(*)())d2i_X509_CRL,PEM_STRING_X509_CRL,fp,(char **)x,cb,u)
486 PEM_ASN1_write_bio((int (*)())i2d_X509_CRL,PEM_STRING_X509_CRL,\
520 (char *(*)())d2i_X509_CRL,PEM_STRING_X509_CRL,bp,(char **)x,cb,u)
Dpem_info.c148 } else if (strcmp(name, PEM_STRING_X509_CRL) == 0) { in STACK_OF()
Dpem_all.c144 IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL) in IMPLEMENT_PEM_rw()