Searched refs:PEM_STRING_DSA (Results 1 – 6 of 6) sorted by relevance
/external/openssl/include/openssl/ |
D | pem.h | 125 #define PEM_STRING_DSA "DSA PRIVATE KEY" macro 447 PEM_ASN1_write((int (*)())i2d_DSAPrivateKey,PEM_STRING_DSA,fp,\ 451 (((x)->type == EVP_PKEY_DSA)?PEM_STRING_DSA:PEM_STRING_RSA),\ 478 (char *(*)())d2i_DSAPrivateKey,PEM_STRING_DSA,fp,(char **)x,cb,u) 508 PEM_ASN1_write_bio((int (*)())i2d_DSAPrivateKey,PEM_STRING_DSA,\ 512 (((x)->type == EVP_PKEY_DSA)?PEM_STRING_DSA:PEM_STRING_RSA),\ 540 (char *(*)())d2i_DSAPrivateKey,PEM_STRING_DSA,bp,(char **)x,cb,u)
|
/external/openssl/crypto/pem/ |
D | pem.h | 125 #define PEM_STRING_DSA "DSA PRIVATE KEY" macro 447 PEM_ASN1_write((int (*)())i2d_DSAPrivateKey,PEM_STRING_DSA,fp,\ 451 (((x)->type == EVP_PKEY_DSA)?PEM_STRING_DSA:PEM_STRING_RSA),\ 478 (char *(*)())d2i_DSAPrivateKey,PEM_STRING_DSA,fp,(char **)x,cb,u) 508 PEM_ASN1_write_bio((int (*)())i2d_DSAPrivateKey,PEM_STRING_DSA,\ 512 (((x)->type == EVP_PKEY_DSA)?PEM_STRING_DSA:PEM_STRING_RSA),\ 540 (char *(*)())d2i_DSAPrivateKey,PEM_STRING_DSA,bp,(char **)x,cb,u)
|
D | pem_all.c | 227 IMPLEMENT_PEM_write_cb_const(DSAPrivateKey, DSA, PEM_STRING_DSA, DSAPrivateKey) in IMPLEMENT_PEM_write_cb_const() argument 304 IMPLEMENT_PEM_write_cb(PrivateKey, EVP_PKEY, ((x->type == EVP_PKEY_DSA)?PEM_STRING_DSA:\
|
D | pem_pkey.c | 84 else if (strcmp(nm,PEM_STRING_DSA) == 0) in PEM_read_bio_PrivateKey()
|
D | pem_info.c | 191 if (strcmp(name,PEM_STRING_DSA) == 0) in STACK_OF()
|
D | pem_lib.c | 195 if(!strcmp(nm,PEM_STRING_DSA) && in check_pem()
|