Home
last modified time | relevance | path

Searched refs:OSSL_ENCODER_CTX (Results 1 – 25 of 29) sorted by relevance

12

/openssl-master/include/openssl/
A Dencoder.h50 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new(void);
51 int OSSL_ENCODER_CTX_set_params(OSSL_ENCODER_CTX *ctx,
53 void OSSL_ENCODER_CTX_free(OSSL_ENCODER_CTX *ctx);
56 int OSSL_ENCODER_CTX_set_passphrase(OSSL_ENCODER_CTX *ctx,
66 int OSSL_ENCODER_CTX_set_cipher(OSSL_ENCODER_CTX *ctx,
70 int OSSL_ENCODER_CTX_set_output_type(OSSL_ENCODER_CTX *ctx,
77 int OSSL_ENCODER_CTX_add_extra(OSSL_ENCODER_CTX *ctx,
95 int OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX *ctx,
99 int OSSL_ENCODER_CTX_set_cleanup(OSSL_ENCODER_CTX *ctx,
103 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out);
[all …]
A Dtypes.h226 typedef struct ossl_encoder_ctx_st OSSL_ENCODER_CTX; typedef
/openssl-master/doc/man3/
A DOSSL_ENCODER_CTX.pod5 OSSL_ENCODER_CTX,
32 typedef struct ossl_encoder_ctx_st OSSL_ENCODER_CTX;
34 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new();
36 int OSSL_ENCODER_CTX_set_params(OSSL_ENCODER_CTX *ctx,
38 void OSSL_ENCODER_CTX_free(OSSL_ENCODER_CTX *ctx);
41 int OSSL_ENCODER_CTX_set_output_type(OSSL_ENCODER_CTX *ctx,
47 int OSSL_ENCODER_CTX_add_extra(OSSL_ENCODER_CTX *ctx,
49 int OSSL_ENCODER_CTX_get_num_encoders(OSSL_ENCODER_CTX *ctx);
65 int OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX *ctx,
69 int OSSL_ENCODER_CTX_set_cleanup(OSSL_ENCODER_CTX *ctx,
[all …]
A DOSSL_ENCODER_CTX_new_for_pkey.pod17 OSSL_ENCODER_CTX *
23 int OSSL_ENCODER_CTX_set_cipher(OSSL_ENCODER_CTX *ctx,
26 int OSSL_ENCODER_CTX_set_passphrase(OSSL_ENCODER_CTX *ctx,
29 int OSSL_ENCODER_CTX_set_pem_password_cb(OSSL_ENCODER_CTX *ctx,
31 int OSSL_ENCODER_CTX_set_passphrase_ui(OSSL_ENCODER_CTX *ctx,
34 int OSSL_ENCODER_CTX_set_passphrase_cb(OSSL_ENCODER_CTX *ctx,
41 B<OSSL_ENCODER_CTX>, finds all applicable encoder implementations and sets
57 OSSL_ENCODER_CTX_new_for_pkey() still creates a B<OSSL_ENCODER_CTX>, but
60 the B<OSSL_ENCODER_CTX> and missing encoder implementation, and allows it to
121 OSSL_ENCODER_CTX_new_for_pkey() returns a pointer to an B<OSSL_ENCODER_CTX>,
[all …]
A DOSSL_ENCODER_to_bio.pod14 int OSSL_ENCODER_to_data(OSSL_ENCODER_CTX *ctx, unsigned char **pdata,
16 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out);
17 int OSSL_ENCODER_to_fp(OSSL_ENCODER_CTX *ctx, FILE *fp);
62 OSSL_ENCODER_CTX *ectx;
87 OSSL_ENCODER_CTX *ectx;
118 L<provider(7)>, L<OSSL_ENCODER_CTX(3)>
A DOSSL_ENCODER.pod42 int OSSL_ENCODER_get_params(OSSL_ENCODER_CTX *ctx, const OSSL_PARAM params[]);
128 L<provider(7)>, L<OSSL_ENCODER_CTX(3)>, L<OSSL_ENCODER_to_bio(3)>,
A DOSSL_DECODER_CTX_new_for_pkey.pod71 the B<OSSL_ENCODER_CTX> and missing encoder implementation, and allows it to
A Dd2i_RSAPrivateKey.pod232 OSSL_ENCODER_CTX *ctx =
/openssl-master/crypto/encode_decode/
A Dencoder_lib.c23 OSSL_ENCODER_CTX *ctx;
46 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out) in OSSL_ENCODER_to_bio()
79 int OSSL_ENCODER_to_fp(OSSL_ENCODER_CTX *ctx, FILE *fp) in OSSL_ENCODER_to_fp()
159 int OSSL_ENCODER_CTX_set_output_type(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_output_type()
171 int OSSL_ENCODER_CTX_set_output_structure(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_output_structure()
314 int OSSL_ENCODER_CTX_add_extra(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_add_extra()
320 int OSSL_ENCODER_CTX_get_num_encoders(OSSL_ENCODER_CTX *ctx) in OSSL_ENCODER_CTX_get_num_encoders()
327 int OSSL_ENCODER_CTX_set_construct(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_construct()
338 int OSSL_ENCODER_CTX_set_construct_data(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_construct_data()
349 int OSSL_ENCODER_CTX_set_cleanup(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_cleanup()
[all …]
A Dencoder_pkey.c26 int OSSL_ENCODER_CTX_set_cipher(OSSL_ENCODER_CTX *ctx, in DEFINE_STACK_OF()
42 int OSSL_ENCODER_CTX_set_passphrase(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_passphrase()
49 int OSSL_ENCODER_CTX_set_passphrase_ui(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_passphrase_ui()
56 int OSSL_ENCODER_CTX_set_pem_password_cb(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_pem_password_cb()
62 int OSSL_ENCODER_CTX_set_passphrase_cb(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_passphrase_cb()
80 OSSL_ENCODER_CTX *ctx;
223 static int ossl_encoder_ctx_setup_for_pkey(OSSL_ENCODER_CTX *ctx, in ossl_encoder_ctx_setup_for_pkey()
313 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new_for_pkey(const EVP_PKEY *pkey, in OSSL_ENCODER_CTX_new_for_pkey()
319 OSSL_ENCODER_CTX *ctx = NULL; in OSSL_ENCODER_CTX_new_for_pkey()
A Dencoder_meth.c603 OSSL_ENCODER_CTX *OSSL_ENCODER_CTX_new(void) in OSSL_ENCODER_CTX_new()
605 OSSL_ENCODER_CTX *ctx; in OSSL_ENCODER_CTX_new()
613 int OSSL_ENCODER_CTX_set_params(OSSL_ENCODER_CTX *ctx, in OSSL_ENCODER_CTX_set_params()
643 void OSSL_ENCODER_CTX_free(OSSL_ENCODER_CTX *ctx) in OSSL_ENCODER_CTX_free()
/openssl-master/providers/
A Dencoders.inc74 * i2d_{TYPE}Params(), use OSSL_ENCODER functions with an OSSL_ENCODER_CTX
77 * OSSL_ENCODER_CTX *ctx =
83 * OSSL_ENCODER_CTX created like this:
85 * OSSL_ENCODER_CTX *ctx =
/openssl-master/crypto/asn1/
A Di2d_evp.c37 OSSL_ENCODER_CTX *ctx = NULL; in i2d_provided()
/openssl-master/test/
A Dendecoder_legacy_test.c310 OSSL_ENCODER_CTX *ectx = NULL; in test_protected_PEM()
378 OSSL_ENCODER_CTX *ectx = NULL; in test_unprotected_PEM()
448 OSSL_ENCODER_CTX *ectx = NULL; in test_DER()
A Devp_libctx_test.c503 OSSL_ENCODER_CTX *ectx = NULL; in rsa_keygen()
/openssl-master/crypto/evp/
A Devp_pkey.c106 OSSL_ENCODER_CTX *ctx = NULL; in EVP_PKEY2PKCS8()
/openssl-master/crypto/pem/
A Dpem_local.h44 OSSL_ENCODER_CTX *ctx = \
A Dpem_pk8.c75 OSSL_ENCODER_CTX *ctx = in do_pk8pkey()
/openssl-master/apps/
A Ddsa.c93 OSSL_ENCODER_CTX *ectx = NULL; in dsa_main()
A Dec.c66 OSSL_ENCODER_CTX *ectx = NULL; in ec_main()
A Decparam.c100 OSSL_ENCODER_CTX *ectx_key = NULL, *ectx_params = NULL; in ecparam_main()
A Ddhparam.c325 OSSL_ENCODER_CTX *ectx = in dhparam_main()
A Drsa.c140 OSSL_ENCODER_CTX *ectx = NULL; in rsa_main()
/openssl-master/crypto/x509/
A Dx_pubkey.c343 OSSL_ENCODER_CTX *ectx = in X509_PUBKEY_set()
567 OSSL_ENCODER_CTX *ctx = in i2d_PUBKEY()
/openssl-master/util/
A Dother.syms68 OSSL_ENCODER_CTX datatype

Completed in 26 milliseconds

12