Searched refs:outtype (Results 1 – 2 of 2) sorted by relevance
| /crypto/pem/ |
| A D | pem_local.h | 81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument 82 ret = OSSL_ENCODER_to_##outtype(ctx, out); \ 97 OUTTYPE, outtype, writename) \ argument 101 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 108 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 115 OUTTYPE, outtype, writename) \ argument 120 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \ 128 IMPLEMENT_PEM_provided_write_body_main(type, outtype); \
|
| A D | pem_pk8.c | 74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local 77 outtype, "PrivateKeyInfo", propq); in do_pk8pkey()
|
Completed in 4 milliseconds