Searched refs:corebiometh (Results 1 – 6 of 6) sorted by relevance
208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local211 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 …]
36 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh) in ossl_prov_ctx_set0_core_bio_method() argument39 ctx->corebiometh = corebiometh; in ossl_prov_ctx_set0_core_bio_method()60 return ctx->corebiometh; in ossl_prov_ctx_get0_core_bio_method()
21 BIO_METHOD *corebiometh; member35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
142 BIO_METHOD *corebiometh; in ossl_base_provider_init() local175 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_base_provider_init()183 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_base_provider_init()
621 BIO_METHOD *corebiometh; in ossl_default_provider_init() local655 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) { in ossl_default_provider_init()663 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh); in ossl_default_provider_init()
107 static const BIO_METHOD corebiometh = { variable124 return &corebiometh; in BIO_s_core()
Completed in 9 milliseconds