Home
last modified time | relevance | path

Searched refs:corebiometh (Results 1 – 25 of 36) sorted by relevance

12

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/security/openssl-devel/openssl-3.0.2/providers/common/
H A Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
211 if (corebiometh == NULL in ossl_bio_prov_init_bio_method()
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex) in ossl_bio_prov_init_bio_method()
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts) in ossl_bio_prov_init_bio_method()
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets) in ossl_bio_prov_init_bio_method()
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl) in ossl_bio_prov_init_bio_method()
217 || !BIO_meth_set_create(corebiometh, bio_core_new) in ossl_bio_prov_init_bio_method()
219 BIO_meth_free(corebiometh); in ossl_bio_prov_init_bio_method()
223 return corebiometh; in ossl_bio_prov_init_bio_method()
231 if (corebiometh == NULL) in ossl_bio_new_from_core_bio()
[all …]
H A Dprovider_ctx.c36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument
39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()
60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/security/openssl-devel/openssl-3.0.2/providers/
H A Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/security/openssl-devel/openssl-3.0.2/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/common/include/prov/
H A Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbss_core.c110 static const BIO_METHOD corebiometh = { variable
127 return &corebiometh; in BIO_s_core()

12