Home
last modified time | relevance | path

Searched refs:OSSL_DECODER_from_bio (Results 1 – 21 of 21) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DECODER_from_bio.pod6 OSSL_DECODER_from_bio,
14 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in);
36 OSSL_DECODER_from_bio() runs the decoding process for the context I<ctx>,
40 OSSL_DECODER_from_fp() does the same thing as OSSL_DECODER_from_bio(),
45 OSSL_DECODER_from_bio(), OSSL_DECODER_from_data() and OSSL_DECODER_from_fp()
68 if (OSSL_DECODER_from_bio(dctx, bio)) {
H A DOSSL_DECODER_CTX.pod97 L<OSSL_DECODER_from_bio(3)>, which will only start the decoding process with
102 what type of input they have. In this case, OSSL_DECODER_from_bio() will
245 L<provider(7)>, L<OSSL_DECODER(3)>, L<OSSL_DECODER_from_bio(3)>
H A DOSSL_DECODER_CTX_new_for_pkey.pod41 L<OSSL_DECODER_from_bio(3)>. The caller may use the optional I<input_type>,
86 example, within one L<OSSL_DECODER_from_bio(3)> call).
H A DPEM_read_CMS.pod88 Applications should use OSSL_ENCODER_to_bio() and OSSL_DECODER_from_bio()
H A DOSSL_DECODER.pod175 L<provider(7)>, L<OSSL_DECODER_CTX(3)>, L<OSSL_DECODER_from_bio(3)>,
H A DPEM_read_bio_PrivateKey.pod206 L<OSSL_DECODER_from_bio(3)> instead.
/freebsd/crypto/openssl/include/openssl/
H A Ddecoder.h112 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in);
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c47 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in) in OSSL_DECODER_from_bio() function
138 ret = OSSL_DECODER_from_bio(ctx, b); in OSSL_DECODER_from_fp()
157 if (OSSL_DECODER_from_bio(ctx, membio)) { in OSSL_DECODER_from_data()
/freebsd/crypto/openssl/test/
H A Dendecoder_legacy_test.c340 || !TEST_true(OSSL_DECODER_from_bio(dctx, membio_provided)) in test_protected_PEM()
407 || !TEST_true(OSSL_DECODER_from_bio(dctx, membio_provided)) in test_unprotected_PEM()
H A Dendecode_test.c333 || !TEST_FL_int_eq(OSSL_DECODER_from_bio(dctx, encoded_bio), in decode_EVP_PKEY_prov()
/freebsd/crypto/openssl/apps/
H A Ddhparam.c276 && !OSSL_DECODER_from_bio(decoderctx, in) in dhparam_main()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pkey.c60 while (!OSSL_DECODER_from_bio(dctx, bp) || pkey == NULL) in pem_read_bio_key_decoder()
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c577 ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file); in file_load_file()
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c635 while (!OSSL_DECODER_from_bio(decoderctx, in) in cmd_DHParameters()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1055 (See L<OSSL_ENCODER_to_bio(3)>) or OSSL_DECODER (See L<OSSL_DECODER_from_bio(3)>)
1174 L<OSSL_ENCODER_to_bio(3)> and L<OSSL_DECODER_from_bio(3)>.
1185 L<OSSL_ENCODER_to_bio(3)> and L<OSSL_DECODER_from_bio(3)>.
/freebsd/crypto/openssl/doc/
H A Dbuild.info1714 DEPEND[html/man3/OSSL_DECODER_from_bio.html]=man3/OSSL_DECODER_from_bio.pod
1715 GENERATE[html/man3/OSSL_DECODER_from_bio.html]=man3/OSSL_DECODER_from_bio.pod
1716 DEPEND[man/man3/OSSL_DECODER_from_bio.3]=man3/OSSL_DECODER_from_bio.pod
1717 GENERATE[man/man3/OSSL_DECODER_from_bio.3]=man3/OSSL_DECODER_from_bio.pod
3476 html/man3/OSSL_DECODER_from_bio.html \
4148 man/man3/OSSL_DECODER_from_bio.3 \
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile310 MAN+= OSSL_DECODER_from_bio.3
3194 MLINKS+= OSSL_DECODER_from_bio.3 OSSL_DECODER_from_data.3
3195 MLINKS+= OSSL_DECODER_from_bio.3 OSSL_DECODER_from_fp.3
/freebsd/secure/lib/libcrypto/
H A DVersion.map5024 OSSL_DECODER_from_bio;
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c4188 OSSL_DECODER_from_bio(ctx, bio) != 1) { in tls_global_dh()
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5129 OSSL_DECODER_from_bio 5257 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md2488 into memory. This is used internally in OSSL_DECODER_from_bio().