OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert_capi_idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/engines/
e_capi.c
284
static int
cert_capi_idx
= -1;
variable
420
cert_capi_idx
= X509_get_ex_new_index(0, NULL, NULL, NULL, 0);
1749
X509_set_ex_data(x,
cert_capi_idx
, key);
1782
key = X509_get_ex_data(x,
cert_capi_idx
);
1795
key = X509_get_ex_data(*pcert,
cert_capi_idx
);
1797
X509_set_ex_data(*pcert,
cert_capi_idx
, NULL);
1855
key = X509_get_ex_data(x,
cert_capi_idx
);
1877
key = X509_get_ex_data(x,
cert_capi_idx
);
/src/crypto/external/bsd/openssl/dist/engines/
e_capi.c
284
static int
cert_capi_idx
= -1;
variable
423
cert_capi_idx
= X509_get_ex_new_index(0, NULL, NULL, NULL, 0);
1765
X509_set_ex_data(x,
cert_capi_idx
, key);
1795
key = X509_get_ex_data(x,
cert_capi_idx
);
1808
key = X509_get_ex_data(*pcert,
cert_capi_idx
);
1810
X509_set_ex_data(*pcert,
cert_capi_idx
, NULL);
1868
key = X509_get_ex_data(x,
cert_capi_idx
);
1891
key = X509_get_ex_data(x,
cert_capi_idx
);
/src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c
281
static int
cert_capi_idx
= -1;
variable
420
cert_capi_idx
= X509_get_ex_new_index(0, NULL, NULL, NULL, 0);
1742
X509_set_ex_data(x,
cert_capi_idx
, key);
1772
key = X509_get_ex_data(x,
cert_capi_idx
);
1785
key = X509_get_ex_data(*pcert,
cert_capi_idx
);
1787
X509_set_ex_data(*pcert,
cert_capi_idx
, NULL);
1845
key = X509_get_ex_data(x,
cert_capi_idx
);
1868
key = X509_get_ex_data(x,
cert_capi_idx
);
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026