HomeSort by: relevance | last modified time | path
    Searched defs:corebiometh (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
provider_ctx.h 21 BIO_METHOD *corebiometh; member in struct:prov_ctx_st
35 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
  /src/crypto/external/apache2/openssl/dist/providers/common/include/prov/
provider_ctx.h 22 BIO_METHOD *corebiometh; member in struct:prov_ctx_st
37 void ossl_prov_ctx_set0_core_bio_method(PROV_CTX *ctx, BIO_METHOD *corebiometh);
  /src/crypto/external/apache2/openssl/dist/providers/
baseprov.c 142 BIO_METHOD *corebiometh; local
175 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) {
183 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);
defltprov.c 728 BIO_METHOD *corebiometh; local
762 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) {
770 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);
  /src/crypto/external/bsd/openssl/dist/providers/
baseprov.c 132 BIO_METHOD *corebiometh; local
165 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) {
173 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);
defltprov.c 548 BIO_METHOD *corebiometh; local
582 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) {
590 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_core.c 107 static const BIO_METHOD corebiometh = { variable
124 return &corebiometh;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_core.c 113 static const BIO_METHOD corebiometh = { variable
130 return &corebiometh;
  /src/crypto/external/apache2/openssl/dist/providers/common/
bio_prov.c 208 BIO_METHOD *corebiometh = NULL; local
210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter");
211 if (corebiometh == NULL
212 || !BIO_meth_set_write_ex(corebiometh, bio_core_write_ex)
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex)
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts)
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets)
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl)
217 || !BIO_meth_set_create(corebiometh, bio_core_new)
218 || !BIO_meth_set_destroy(corebiometh, bio_core_free))
229 BIO_METHOD *corebiometh = ossl_prov_ctx_get0_core_bio_method(provctx); local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
filterprov.c 144 BIO_METHOD *corebiometh; local
180 || (corebiometh = ossl_bio_prov_init_bio_method()) == NULL) {
187 ossl_prov_ctx_set0_core_bio_method(*provctx, corebiometh);
  /src/crypto/external/bsd/openssl/dist/providers/common/
bio_prov.c 208 BIO_METHOD *corebiometh = NULL; local
210 corebiometh = BIO_meth_new(BIO_TYPE_CORE_TO_PROV, "BIO to Core filter");
211 if (corebiometh == NULL
212 || !BIO_meth_set_write_ex(corebiometh, bio_core_write_ex)
213 || !BIO_meth_set_read_ex(corebiometh, bio_core_read_ex)
214 || !BIO_meth_set_puts(corebiometh, bio_core_puts)
215 || !BIO_meth_set_gets(corebiometh, bio_core_gets)
216 || !BIO_meth_set_ctrl(corebiometh, bio_core_ctrl)
217 || !BIO_meth_set_create(corebiometh, bio_core_new)
218 || !BIO_meth_set_destroy(corebiometh, bio_core_free))
229 BIO_METHOD *corebiometh = ossl_prov_ctx_get0_core_bio_method(provctx); local
    [all...]

Completed in 18 milliseconds