OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_get_libctx
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/
baseprov.c
131
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
145
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
153
if (
c_get_libctx
== NULL)
171
(OSSL_LIB_CTX *)
c_get_libctx
(handle));
defltprov.c
547
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
562
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
570
if (
c_get_libctx
== NULL)
588
(OSSL_LIB_CTX *)
c_get_libctx
(handle));
/src/crypto/external/apache2/openssl/dist/crypto/
provider_child.c
27
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
;
local
57
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
64
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
72
if (
c_get_libctx
== NULL)
76
* We need an OSSL_LIB_CTX but
c_get_libctx
returns OPENSSL_CORE_CTX. We are
80
ctx = (OSSL_LIB_CTX *)
c_get_libctx
(handle);
209
gbl->
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
242
if (gbl->
c_get_libctx
== NULL
/src/crypto/external/bsd/openssl/dist/crypto/
provider_child.c
26
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
;
local
62
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
69
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
77
if (
c_get_libctx
== NULL)
81
* We need an OSSL_LIB_CTX but
c_get_libctx
returns OPENSSL_CORE_CTX. We are
85
ctx = (OSSL_LIB_CTX *)
c_get_libctx
(handle);
217
gbl->
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
250
if (gbl->
c_get_libctx
== NULL
/src/crypto/external/apache2/openssl/dist/providers/
baseprov.c
141
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
155
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
163
if (
c_get_libctx
== NULL)
181
(OSSL_LIB_CTX *)
c_get_libctx
(handle));
defltprov.c
727
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
742
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
750
if (
c_get_libctx
== NULL)
768
(OSSL_LIB_CTX *)
c_get_libctx
(handle));
/src/crypto/external/apache2/openssl/dist/test/
filterprov.c
143
OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
local
151
c_get_libctx
= OSSL_FUNC_core_get_libctx(in);
159
if (
c_get_libctx
== NULL)
185
ossl_prov_ctx_set0_libctx(*provctx, (OSSL_LIB_CTX *)
c_get_libctx
(handle));
/src/crypto/external/apache2/openssl/dist/providers/fips/
fipsprov.c
83
static OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
variable
230
if (c_stcbfn != NULL &&
c_get_libctx
!= NULL) {
231
c_stcbfn(
c_get_libctx
(handle), &fgbl->selftest_params.cb,
772
set_func(
c_get_libctx
, OSSL_FUNC_core_get_libctx(in));
1154
if (c_stcbfn != NULL &&
c_get_libctx
!= NULL) {
1156
c_stcbfn(
c_get_libctx
(FIPS_get_core_handle(libctx)), cb, cbarg);
1170
if (c_indcbfn != NULL &&
c_get_libctx
!= NULL) {
1172
c_indcbfn(
c_get_libctx
(FIPS_get_core_handle(libctx)), cb);
/src/crypto/external/bsd/openssl/dist/providers/fips/
fipsprov.c
73
static OSSL_FUNC_core_get_libctx_fn *
c_get_libctx
= NULL;
variable
200
if (c_stcbfn != NULL &&
c_get_libctx
!= NULL) {
201
c_stcbfn(
c_get_libctx
(handle), &fgbl->selftest_params.cb,
562
set_func(
c_get_libctx
, OSSL_FUNC_core_get_libctx(in));
908
if (c_stcbfn != NULL &&
c_get_libctx
!= NULL) {
910
c_stcbfn(
c_get_libctx
(FIPS_get_core_handle(libctx)), cb, cbarg);
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026