Home
last modified time | relevance | path

Searched refs:OSSL_DECODER_from_bio (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_lib.c46 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in) in OSSL_DECODER_from_bio() function
137 ret = OSSL_DECODER_from_bio(ctx, b); in OSSL_DECODER_from_fp()
156 if (OSSL_DECODER_from_bio(ctx, membio)) { in OSSL_DECODER_from_data()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_lib.c46 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in) in OSSL_DECODER_from_bio() function
137 ret = OSSL_DECODER_from_bio(ctx, b); in OSSL_DECODER_from_fp()
156 if (OSSL_DECODER_from_bio(ctx, membio)) { in OSSL_DECODER_from_data()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddecoder.h112 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in);
/third_party/openssl/include/openssl/
H A Ddecoder.h112 int OSSL_DECODER_from_bio(OSSL_DECODER_CTX *ctx, BIO *in);
/third_party/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.c311 || !TEST_FL_int_eq(OSSL_DECODER_from_bio(dctx, encoded_bio), in decode_EVP_PKEY_prov()
/third_party/node/deps/openssl/openssl/apps/
H A Ddhparam.c269 && !OSSL_DECODER_from_bio(decoderctx, in) in dhparam_main()
/third_party/openssl/apps/
H A Ddhparam.c269 && !OSSL_DECODER_from_bio(decoderctx, in) in dhparam_main()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_pkey.c60 while (!OSSL_DECODER_from_bio(dctx, bp) || pkey == NULL) in pem_read_bio_key_decoder()
/third_party/openssl/crypto/pem/
H A Dpem_pkey.c60 while (!OSSL_DECODER_from_bio(dctx, bp) || pkey == NULL) in pem_read_bio_key_decoder()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store.c536 ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file); in file_load_file()
/third_party/openssl/providers/implementations/storemgmt/
H A Dfile_store.c536 ret = OSSL_DECODER_from_bio(ctx->_.file.decoderctx, ctx->_.file.file); in file_load_file()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_conf.c606 while (!OSSL_DECODER_from_bio(decoderctx, in) in cmd_DHParameters()
/third_party/openssl/ssl/
H A Dssl_conf.c606 while (!OSSL_DECODER_from_bio(decoderctx, in) in cmd_DHParameters()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1038 if (!OSSL_DECODER_from_bio(dctx, bio)) { in create_ssl_context()
1039 LOG(FATAL) << "OSSL_DECODER_from_bio() failed: " in create_ssl_context()
1334 if (!OSSL_DECODER_from_bio(dctx, bio)) { in create_quic_ssl_context()
1335 LOG(FATAL) << "OSSL_DECODER_from_bio() failed: " in create_quic_ssl_context()
H A DHttpServer.cc2197 if (!OSSL_DECODER_from_bio(dctx, bio)) { in run()
2198 std::cerr << "OSSL_DECODER_from_bio() failed: " in run()

Completed in 22 milliseconds