OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PEM_STRING_X509
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/pem/
pem.h
115
#define
PEM_STRING_X509
"CERTIFICATE"
437
PEM_ASN1_write((int (*)())i2d_X509,
PEM_STRING_X509
,fp, \
467
PEM_STRING_X509
,fp, \
473
(char *(*)())d2i_X509,
PEM_STRING_X509
,fp,(char **)x,cb,u)
493
(char *(*)())d2i_NETSCAPE_CERT_SEQUENCE,
PEM_STRING_X509
,fp,\
497
PEM_ASN1_write_bio((int (*)())i2d_X509,
PEM_STRING_X509
,bp, \
531
PEM_STRING_X509
,bp, \
535
(char *(*)())d2i_X509,
PEM_STRING_X509
,bp,(char **)x,cb,u)
558
(char *(*)())d2i_NETSCAPE_CERT_SEQUENCE,
PEM_STRING_X509
,bp,\
/external/openssl/include/openssl/
pem.h
115
#define
PEM_STRING_X509
"CERTIFICATE"
437
PEM_ASN1_write((int (*)())i2d_X509,
PEM_STRING_X509
,fp, \
467
PEM_STRING_X509
,fp, \
473
(char *(*)())d2i_X509,
PEM_STRING_X509
,fp,(char **)x,cb,u)
493
(char *(*)())d2i_NETSCAPE_CERT_SEQUENCE,
PEM_STRING_X509
,fp,\
497
PEM_ASN1_write_bio((int (*)())i2d_X509,
PEM_STRING_X509
,bp, \
531
PEM_STRING_X509
,bp, \
535
(char *(*)())d2i_X509,
PEM_STRING_X509
,bp,(char **)x,cb,u)
558
(char *(*)())d2i_NETSCAPE_CERT_SEQUENCE,
PEM_STRING_X509
,bp,\
Completed in 16 milliseconds