/openssl-master/include/openssl/ |
A D | encoder.h | 50 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 D | types.h | 226 typedef struct ossl_encoder_ctx_st OSSL_ENCODER_CTX; typedef
|
/openssl-master/doc/man3/ |
A D | OSSL_ENCODER_CTX.pod | 5 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 D | OSSL_ENCODER_CTX_new_for_pkey.pod | 17 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 D | OSSL_ENCODER_to_bio.pod | 14 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 D | OSSL_ENCODER.pod | 42 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 D | OSSL_DECODER_CTX_new_for_pkey.pod | 71 the B<OSSL_ENCODER_CTX> and missing encoder implementation, and allows it to
|
A D | d2i_RSAPrivateKey.pod | 232 OSSL_ENCODER_CTX *ctx =
|
/openssl-master/crypto/encode_decode/ |
A D | encoder_lib.c | 23 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 D | encoder_pkey.c | 26 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 D | encoder_meth.c | 603 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 D | encoders.inc | 74 * 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 D | i2d_evp.c | 37 OSSL_ENCODER_CTX *ctx = NULL; in i2d_provided()
|
/openssl-master/test/ |
A D | endecoder_legacy_test.c | 310 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 D | evp_libctx_test.c | 503 OSSL_ENCODER_CTX *ectx = NULL; in rsa_keygen()
|
/openssl-master/crypto/evp/ |
A D | evp_pkey.c | 106 OSSL_ENCODER_CTX *ctx = NULL; in EVP_PKEY2PKCS8()
|
/openssl-master/crypto/pem/ |
A D | pem_local.h | 44 OSSL_ENCODER_CTX *ctx = \
|
A D | pem_pk8.c | 75 OSSL_ENCODER_CTX *ctx = in do_pk8pkey()
|
/openssl-master/apps/ |
A D | dsa.c | 93 OSSL_ENCODER_CTX *ectx = NULL; in dsa_main()
|
A D | ec.c | 66 OSSL_ENCODER_CTX *ectx = NULL; in ec_main()
|
A D | ecparam.c | 100 OSSL_ENCODER_CTX *ectx_key = NULL, *ectx_params = NULL; in ecparam_main()
|
A D | dhparam.c | 325 OSSL_ENCODER_CTX *ectx = in dhparam_main()
|
A D | rsa.c | 140 OSSL_ENCODER_CTX *ectx = NULL; in rsa_main()
|
/openssl-master/crypto/x509/ |
A D | x_pubkey.c | 343 OSSL_ENCODER_CTX *ectx = in X509_PUBKEY_set() 567 OSSL_ENCODER_CTX *ctx = in i2d_PUBKEY()
|
/openssl-master/util/ |
A D | other.syms | 68 OSSL_ENCODER_CTX datatype
|