Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/pem/
Dpem.h118 #define PEM_STRING_X509_CRL "X509 CRL" macro
356 PEM_ASN1_write((int (*)())i2d_X509_CRL,PEM_STRING_X509_CRL, \
394 (char *(*)())d2i_X509_CRL,PEM_STRING_X509_CRL,fp,(char **)x,cb,u)
426 PEM_ASN1_write_bio((int (*)())i2d_X509_CRL,PEM_STRING_X509_CRL,\
468 (char *(*)())d2i_X509_CRL,PEM_STRING_X509_CRL,bp,(char **)x,cb,u)
Dpem_all.c82 IMPLEMENT_PEM_rw(X509_CRL, X509_CRL, PEM_STRING_X509_CRL, X509_CRL) in IMPLEMENT_PEM_rw()
Dpem_info.c146 else if (strcmp(name,PEM_STRING_X509_CRL) == 0) in STACK_OF()