OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PEM_STRING_DSA
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/pem/
pem.h
125
#define
PEM_STRING_DSA
"DSA PRIVATE KEY"
452
PEM_ASN1_write((int (*)())i2d_DSAPrivateKey,
PEM_STRING_DSA
,fp,\
456
(((x)->type == EVP_PKEY_DSA)?
PEM_STRING_DSA
:PEM_STRING_RSA),\
483
(char *(*)())d2i_DSAPrivateKey,
PEM_STRING_DSA
,fp,(char **)x,cb,u)
513
PEM_ASN1_write_bio((int (*)())i2d_DSAPrivateKey,
PEM_STRING_DSA
,\
517
(((x)->type == EVP_PKEY_DSA)?
PEM_STRING_DSA
:PEM_STRING_RSA),\
545
(char *(*)())d2i_DSAPrivateKey,
PEM_STRING_DSA
,bp,(char **)x,cb,u)
/external/openssl/include/openssl/
pem.h
125
#define
PEM_STRING_DSA
"DSA PRIVATE KEY"
452
PEM_ASN1_write((int (*)())i2d_DSAPrivateKey,
PEM_STRING_DSA
,fp,\
456
(((x)->type == EVP_PKEY_DSA)?
PEM_STRING_DSA
:PEM_STRING_RSA),\
483
(char *(*)())d2i_DSAPrivateKey,
PEM_STRING_DSA
,fp,(char **)x,cb,u)
513
PEM_ASN1_write_bio((int (*)())i2d_DSAPrivateKey,
PEM_STRING_DSA
,\
517
(((x)->type == EVP_PKEY_DSA)?
PEM_STRING_DSA
:PEM_STRING_RSA),\
545
(char *(*)())d2i_DSAPrivateKey,
PEM_STRING_DSA
,bp,(char **)x,cb,u)
Completed in 20 milliseconds