PEM_STRING_X509
if ((strcmp(name, PEM_STRING_X509) == 0) ||
!strcmp(name, PEM_STRING_X509))
if (!strcmp(nm, PEM_STRING_X509) &&
if (!strcmp(nm, PEM_STRING_X509) &&
if (strcmp(nm, PEM_STRING_X509) == 0 &&
return PEM_ASN1_read((d2i_of_void *)d2i_X509, PEM_STRING_X509, fp,
return PEM_ASN1_write((i2d_of_void *)i2d_X509, PEM_STRING_X509, fp,
return PEM_ASN1_read_bio((d2i_of_void *)d2i_X509, PEM_STRING_X509, bp,
return PEM_ASN1_write_bio((i2d_of_void *)i2d_X509, PEM_STRING_X509, bp,