OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ossl_provider_up_ref
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
provider_core.c
114
* will make any upcalls or not. For example
ossl_provider_up_ref
() can call
429
if (prov != NULL && !
ossl_provider_up_ref
(prov))
479
int
ossl_provider_up_ref
(OSSL_PROVIDER *prov)
function
504
return
ossl_provider_up_ref
(prov);
693
if (!
ossl_provider_up_ref
(actualtmp)) {
1569
* We call CRYPTO_UP_REF directly rather than
ossl_provider_up_ref
/src/crypto/external/bsd/openssl/dist/crypto/
provider_core.c
113
* will make any upcalls or not. For example
ossl_provider_up_ref
() can call
441
if (prov != NULL && !
ossl_provider_up_ref
(prov))
487
int
ossl_provider_up_ref
(OSSL_PROVIDER *prov)
function
512
return
ossl_provider_up_ref
(prov);
656
if (!
ossl_provider_up_ref
(actualtmp)) {
1405
* We call CRYPTO_UP_REF directly rather than
ossl_provider_up_ref
Completed in 30 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026