Searched refs:IMPLEMENT_PEM_write_const (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/crypto/pem/ |
D | pem_all.c | 177 IMPLEMENT_PEM_write_const(DHparams, DH, PEM_STRING_DHPARAMS, DHparams) 178 IMPLEMENT_PEM_write_const(DHxparams, DH, PEM_STRING_DHXPARAMS, DHxparams)
|
/third_party/openssl/include/openssl/ |
D | pem.h | 144 # define IMPLEMENT_PEM_write_const(name, type, str, asn1) \ macro 166 IMPLEMENT_PEM_write_const(name, type, str, asn1)
|