Searched refs:IMPLEMENT_PEM_provided_write_body_vars (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_local.h | 42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ macro 100 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \ 107 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, propq); \ 118 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, NULL); \ 126 IMPLEMENT_PEM_provided_write_body_vars(type, asn1, propq); \
|
H A D | pem_pkey.c | 317 IMPLEMENT_PEM_provided_write_body_vars(pkey, PrivateKey, propq); in PEM_write_cb_ex_fnsig() 393 IMPLEMENT_PEM_provided_write_body_vars(pkey, Parameters, NULL); in PEM_write_fnsig()
|