Home
last modified time | relevance | path

Searched refs:OSSL_ENCODER_to_bio (Results 1 – 23 of 23) sorted by relevance

/freebsd-head/crypto/openssl/doc/man3/
HDOSSL_ENCODER_to_bio.pod6 OSSL_ENCODER_to_bio,
16 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out);
41 OSSL_ENCODER_to_bio() runs the encoding process for the context I<ctx>, with
44 OSSL_ENCODER_to_fp() does the same thing as OSSL_ENCODER_to_bio(), except
49 For OSSL_ENCODER_to_bio() and OSSL_ENCODER_to_fp(), the application is
55 OSSL_ENCODER_to_bio(), OSSL_ENCODER_to_fp() and OSSL_ENCODER_to_data()
77 if (OSSL_ENCODER_to_bio(ectx, bio)) {
HDPEM_read_CMS.pod88 Applications should use OSSL_ENCODER_to_bio() and OSSL_DECODER_from_bio()
HDOSSL_ENCODER_CTX_new_for_pkey.pod43 L<OSSL_ENCODER_to_bio(3)>. I<output_type> determines the final output
HDOSSL_ENCODER.pod129 L<provider(7)>, L<OSSL_ENCODER_CTX(3)>, L<OSSL_ENCODER_to_bio(3)>,
HDPEM_read_bio_PrivateKey.pod196 and B<RSA> are deprecated. Applications should use L<OSSL_ENCODER_to_bio(3)> and
/freebsd-head/crypto/openssl/apps/
HDecparam.c304 if (!OSSL_ENCODER_to_bio(ectx_params, out)) { in ecparam_main()
330 if (!OSSL_ENCODER_to_bio(ectx_key, out)) { in ecparam_main()
HDec.c272 if (!OSSL_ENCODER_to_bio(ectx, out)) { in ec_main()
HDdsa.c295 if (!OSSL_ENCODER_to_bio(ectx, out)) { in dsa_main()
HDdhparam.c338 if (ectx == NULL || !OSSL_ENCODER_to_bio(ectx, out)) { in dhparam_main()
HDrsa.c400 if (!OSSL_ENCODER_to_bio(ectx, out)) { in rsa_main()
/freebsd-head/crypto/openssl/crypto/encode_decode/
HDencoder_lib.c45 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out) in OSSL_ENCODER_to_bio() function
89 ret = OSSL_ENCODER_to_bio(ctx, b); in OSSL_ENCODER_to_fp()
111 && OSSL_ENCODER_to_bio(ctx, out) in OSSL_ENCODER_to_data()
/freebsd-head/crypto/openssl/include/openssl/
HDencoder.h103 int OSSL_ENCODER_to_bio(OSSL_ENCODER_CTX *ctx, BIO *out);
/freebsd-head/crypto/openssl/test/
HDendecoder_legacy_test.c325 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_protected_PEM()
393 || !TEST_true(OSSL_ENCODER_to_bio(ectx, membio_provided)) in test_unprotected_PEM()
HDevp_pkey_provided_test.c277 if (!TEST_true(OSSL_ENCODER_to_bio(ctx, membio)) in test_print_key_type_using_encoder()
291 || !TEST_true(OSSL_ENCODER_to_bio(ctx, bio_out))) in test_print_key_type_using_encoder()
297 || !TEST_false(OSSL_ENCODER_to_bio(ctx, bio_out))) in test_print_key_type_using_encoder()
303 || !TEST_true(OSSL_ENCODER_to_bio(ctx, membio)) in test_print_key_type_using_encoder()
HDendecode_test.c263 || !TEST_FL_true(OSSL_ENCODER_to_bio(ectx, mem_ser)) in encode_EVP_PKEY_prov()
/freebsd-head/crypto/openssl/crypto/pem/
HDpem_pk8.c125 ret = ret && OSSL_ENCODER_to_bio(ctx, bp); in do_pk8pkey()
/freebsd-head/crypto/openssl/crypto/x509/
HDx_pubkey.c576 && OSSL_ENCODER_to_bio(ctx, out) in i2d_PUBKEY()
/freebsd-head/crypto/openssl/doc/
HDbuild.info1666 DEPEND[html/man3/OSSL_ENCODER_to_bio.html]=man3/OSSL_ENCODER_to_bio.pod
1667 GENERATE[html/man3/OSSL_ENCODER_to_bio.html]=man3/OSSL_ENCODER_to_bio.pod
1668 DEPEND[man/man3/OSSL_ENCODER_to_bio.3]=man3/OSSL_ENCODER_to_bio.pod
1669 GENERATE[man/man3/OSSL_ENCODER_to_bio.3]=man3/OSSL_ENCODER_to_bio.pod
3202 html/man3/OSSL_ENCODER_to_bio.html \
3810 man/man3/OSSL_ENCODER_to_bio.3 \
/freebsd-head/crypto/openssl/doc/man7/
HDmigration_guide.pod1034 (See L<OSSL_ENCODER_to_bio(3)>) or OSSL_DECODER (See L<OSSL_DECODER_from_bio(3)>)
1143 L<OSSL_ENCODER_to_bio(3)> and L<OSSL_DECODER_from_bio(3)>.
1154 L<OSSL_ENCODER_to_bio(3)> and L<OSSL_DECODER_from_bio(3)>.
/freebsd-head/crypto/openssl/crypto/evp/
HDp_lib.c1176 ret = OSSL_ENCODER_to_bio(ctx, out); in print_pkey()
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile298 MAN+= OSSL_ENCODER_to_bio.3
3036 MLINKS+= OSSL_ENCODER_to_bio.3 OSSL_ENCODER_to_data.3
3037 MLINKS+= OSSL_ENCODER_to_bio.3 OSSL_ENCODER_to_fp.3
/freebsd-head/secure/lib/libcrypto/
HDVersion.map5072 OSSL_ENCODER_to_bio;
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num4840 OSSL_ENCODER_to_bio 4968 3_0_0 EXIST::FUNCTION: