Home
last modified time | relevance | path

Searched refs:PEM_STRING_DSA (Results 1 – 6 of 6) sorted by relevance

/external/openssl/include/openssl/
Dpem.h125 #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/
Dpem.h125 #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)
Dpem_all.c227 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:\
Dpem_pkey.c84 else if (strcmp(nm,PEM_STRING_DSA) == 0) in PEM_read_bio_PrivateKey()
Dpem_info.c191 if (strcmp(name,PEM_STRING_DSA) == 0) in STACK_OF()
Dpem_lib.c195 if(!strcmp(nm,PEM_STRING_DSA) && in check_pem()