Home
last modified time | relevance | path

Searched defs:corebiometh (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/providers/common/include/prov/
Dprovider_ctx.h21 BIO_METHOD *corebiometh; member
/third_party/openssl/providers/common/
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()
Dbio_prov.c208 BIO_METHOD *corebiometh = NULL; in ossl_bio_prov_init_bio_method() local
229 BIO_METHOD *corebiometh = ossl_prov_ctx_get0_core_bio_method(provctx); in ossl_bio_new_from_core_bio() local
/third_party/openssl/providers/
Dbaseprov.c132 BIO_METHOD *corebiometh; in ossl_base_provider_init() local
Ddefltprov.c550 BIO_METHOD *corebiometh; in ossl_default_provider_init() local
/third_party/openssl/crypto/bio/
Dbss_core.c113 static const BIO_METHOD corebiometh = { variable