Home
last modified time | relevance | path

Searched refs:outtype (Results 1 – 2 of 2) sorted by relevance

/crypto/pem/
A Dpem_local.h81 # 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 Dpem_pk8.c74 const char *outtype = isder ? "DER" : "PEM"; in do_pk8pkey() local
77 outtype, "PrivateKeyInfo", propq); in do_pk8pkey()

Completed in 6 milliseconds