Searched refs:PEM_STRING_DHPARAMS (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/pem/ |
| D | pem.h | 131 # define PEM_STRING_DHPARAMS "DH PARAMETERS" macro 449 PEM_ASN1_write((int (*)())i2d_DHparams,PEM_STRING_DHPARAMS,fp,\ 474 (char *(*)())d2i_DHparams,PEM_STRING_DHPARAMS,fp,(char **)x,cb,u) 506 PEM_ASN1_write_bio((int (*)())i2d_DHparams,PEM_STRING_DHPARAMS,\ 532 (char *(*)())d2i_DHparams,PEM_STRING_DHPARAMS,bp,(char **)x,cb,u)
|
| D | pem_all.c | 397 IMPLEMENT_PEM_rw_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams) in IMPLEMENT_PEM_rw_const() argument
|