Home
last modified time | relevance | path

Searched refs:OSSL_DECODER (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddecoder.h29 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name,
31 int OSSL_DECODER_up_ref(OSSL_DECODER *encoder);
32 void OSSL_DECODER_free(OSSL_DECODER *encoder);
34 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *encoder);
35 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *encoder);
36 const char *OSSL_DECODER_get0_name(const OSSL_DECODER *decoder);
37 const char *OSSL_DECODER_get0_description(const OSSL_DECODER *decoder);
38 int OSSL_DECODER_is_a(const OSSL_DECODER *encoder, const char *name);
41 void (*fn)(OSSL_DECODER *encoder, void *arg),
43 int OSSL_DECODER_names_do_all(const OSSL_DECODER *encoder,
[all …]
H A Dtypes.h227 typedef struct ossl_decoder_st OSSL_DECODER; typedef
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_meth.c27 static OSSL_DECODER *ossl_decoder_new(void) in ossl_decoder_new()
29 OSSL_DECODER *decoder = NULL; in ossl_decoder_new()
43 int OSSL_DECODER_up_ref(OSSL_DECODER *decoder) in OSSL_DECODER_up_ref()
51 void OSSL_DECODER_free(OSSL_DECODER *decoder) in OSSL_DECODER_free()
223 OSSL_DECODER *decoder = NULL; in ossl_decoder_from_algorithm()
361 static OSSL_DECODER *
450 OSSL_DECODER *OSSL_DECODER_fetch(OSSL_LIB_CTX *libctx, const char *name, in OSSL_DECODER_fetch()
463 OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx, int id, in ossl_decoder_fetch_by_number()
499 const OSSL_PROVIDER *OSSL_DECODER_get0_provider(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_provider()
509 const char *OSSL_DECODER_get0_properties(const OSSL_DECODER *decoder) in OSSL_DECODER_get0_properties()
[all …]
H A Ddecoder_lib.c212 OSSL_DECODER_INSTANCE *ossl_decoder_instance_new(OSSL_DECODER *decoder, in ossl_decoder_instance_new()
310 int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder) in OSSL_DECODER_CTX_add_decoder()
355 DEFINE_STACK_OF(OSSL_DECODER) in DEFINE_STACK_OF() argument
357 static void collect_all_decoders(OSSL_DECODER *decoder, void *arg) in DEFINE_STACK_OF()
359 STACK_OF(OSSL_DECODER) *skdecoders = arg; in DEFINE_STACK_OF()
366 static void collect_extra_decoder(OSSL_DECODER *decoder, void *arg) in collect_extra_decoder()
483 STACK_OF(OSSL_DECODER) *skdecoders; in OSSL_DECODER_CTX_add_extra()
624 OSSL_DECODER *decoder = NULL; in OSSL_DECODER_export()
641 OSSL_DECODER *
680 OSSL_DECODER *decoder = NULL; in decoder_process()
[all …]
H A Dencoder_local.h107 OSSL_DECODER *decoder; /* Never NULL */
162 ossl_decoder_parsed_properties(const OSSL_DECODER *decoder);
H A Ddecoder_pkey.c71 OSSL_DECODER *decoder = OSSL_DECODER_INSTANCE_get_decoder(decoder_inst); in decoder_construct_pkey()
229 static void collect_decoder(OSSL_DECODER *decoder, void *arg) in collect_decoder()
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Ddecoder.h16 OSSL_DECODER *ossl_decoder_fetch_by_number(OSSL_LIB_CTX *libctx,
30 ossl_decoder_instance_new(OSSL_DECODER *decoder, void *decoderctx);
40 int ossl_decoder_get_number(const OSSL_DECODER *encoder);
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dlist.c60 IS_FETCHABLE(decoder, OSSL_DECODER) in IS_FETCHABLE()
565 DEFINE_STACK_OF(OSSL_DECODER) in DEFINE_STACK_OF() argument
566 static int decoder_cmp(const OSSL_DECODER * const *a, in DEFINE_STACK_OF()
567 const OSSL_DECODER * const *b) in DEFINE_STACK_OF()
573 static void collect_decoders(OSSL_DECODER *decoder, void *stack) in collect_decoders()
575 STACK_OF(OSSL_DECODER) *decoder_stack = stack; in collect_decoders()
584 STACK_OF(OSSL_DECODER) *decoders; in list_decoders()
598 OSSL_DECODER *k = sk_OSSL_DECODER_value(decoders, i); in list_decoders()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A Dd2i_RSAPrivateKey.pod115 All functions described here are deprecated. Please use L<OSSL_DECODER(3)>
187 Use L<OSSL_DECODER(3)> and L<OSSL_ENCODER(3)>. How to migrate is described
246 =for comment TODO: a similar section on OSSL_DECODER is to be added
302 L<OSSL_ENCODER(3)>, L<OSSL_DECODER(3)>,
H A DEVP_PKEY_set1_RSA.pod89 an EVP_PKEY directly using the OSSL_DECODER APIs (see
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dprovfetchtest.c235 OSSL_DECODER *decoder = NULL; in fetch_test()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-object.pod35 L<OSSL_DECODER(3)> allows multiple encodings, depending on existing decoders.
178 L<provider(7)>, L<OSSL_DECODER(3)>
H A Dprovider-storemgmt.pod167 Property string to use when querying for algorithms such as the B<OSSL_DECODER>
H A Dprovider.pod177 B<OSSL_DECODER>.
H A Dprovider-decoder.pod5 provider-decoder - The OSSL_DECODER library E<lt>-E<gt> provider functions
H A Dmigration_guide.pod142 operations. However B<EVP_PKEY>s created by decoding by using B<OSSL_DECODER>,
1026 have been deprecated. Applications should instead use the L<OSSL_DECODER(3)> and
1034 (See L<OSSL_ENCODER_to_bio(3)>) or OSSL_DECODER (See L<OSSL_DECODER_from_bio(3)>)
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Devp_md_get_number.pod25 int ossl_decoder_get_number(const OSSL_DECODER *decoder);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Dopenssl.ec45 L OSSL_DECODER include/openssl/decodererr.h crypto/encode_decode/decoder_err.c include/cry…
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store.c466 OSSL_DECODER *to_obj = NULL; in file_setup_decoders()
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc376 OSSL_DECODER.3 \
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dother.syms60 OSSL_DECODER datatype
/netbsd-src/crypto/external/bsd/openssl/dist/doc/
H A Dbuild.info1634 DEPEND[html/man3/OSSL_DECODER.html]=man3/OSSL_DECODER.pod
1635 GENERATE[html/man3/OSSL_DECODER.html]=man3/OSSL_DECODER.pod
1636 DEPEND[man/man3/OSSL_DECODER.3]=man3/OSSL_DECODER.pod
1637 GENERATE[man/man3/OSSL_DECODER.3]=man3/OSSL_DECODER.pod
3194 html/man3/OSSL_DECODER.html \
3802 man/man3/OSSL_DECODER.3 \