HomeSort by relevance Sort by last modified time
    Searched defs:PEM_STRING_X509_REQ (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/pem/
pem.h 119 #define PEM_STRING_X509_REQ "CERTIFICATE REQUEST"
440 (int (*)())i2d_X509_REQ,PEM_STRING_X509_REQ,fp,(char *)x, \
475 (char *(*)())d2i_X509_REQ,PEM_STRING_X509_REQ,fp,(char **)x,cb,u)
500 (int (*)())i2d_X509_REQ,PEM_STRING_X509_REQ,bp,(char *)x, \
537 (char *(*)())d2i_X509_REQ,PEM_STRING_X509_REQ,bp,(char **)x,cb,u)
  /external/openssl/include/openssl/
pem.h 119 #define PEM_STRING_X509_REQ "CERTIFICATE REQUEST"
440 (int (*)())i2d_X509_REQ,PEM_STRING_X509_REQ,fp,(char *)x, \
475 (char *(*)())d2i_X509_REQ,PEM_STRING_X509_REQ,fp,(char **)x,cb,u)
500 (int (*)())i2d_X509_REQ,PEM_STRING_X509_REQ,bp,(char *)x, \
537 (char *(*)())d2i_X509_REQ,PEM_STRING_X509_REQ,bp,(char **)x,cb,u)

Completed in 12 milliseconds