OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resp_idx
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_ext.c
312
int req_idx,
resp_idx
;
local
315
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
317
if ((req_idx < 0) && (
resp_idx
< 0))
320
if ((req_idx >= 0) && (
resp_idx
< 0))
323
if ((req_idx < 0) && (
resp_idx
>= 0))
329
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
ocsp_ext.c
312
int req_idx,
resp_idx
;
local
315
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
317
if ((req_idx < 0) && (
resp_idx
< 0))
320
if ((req_idx >= 0) && (
resp_idx
< 0))
323
if ((req_idx < 0) && (
resp_idx
>= 0))
329
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
/src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_ext.c
319
int req_idx,
resp_idx
;
local
322
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
324
if ((req_idx < 0) && (
resp_idx
< 0))
327
if ((req_idx >= 0) && (
resp_idx
< 0))
330
if ((req_idx < 0) && (
resp_idx
>= 0))
336
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
ocsp_ext.c
319
int req_idx,
resp_idx
;
local
322
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
324
if ((req_idx < 0) && (
resp_idx
< 0))
327
if ((req_idx >= 0) && (
resp_idx
< 0))
330
if ((req_idx < 0) && (
resp_idx
>= 0))
336
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
/src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_ext.c
319
int req_idx,
resp_idx
;
local
322
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
324
if ((req_idx < 0) && (
resp_idx
< 0))
327
if ((req_idx >= 0) && (
resp_idx
< 0))
330
if ((req_idx < 0) && (
resp_idx
>= 0))
336
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
ocsp_ext.c
319
int req_idx,
resp_idx
;
local
322
resp_idx
= OCSP_BASICRESP_get_ext_by_NID(bs, NID_id_pkix_OCSP_Nonce, -1);
324
if ((req_idx < 0) && (
resp_idx
< 0))
327
if ((req_idx >= 0) && (
resp_idx
< 0))
330
if ((req_idx < 0) && (
resp_idx
>= 0))
336
resp_ext = OCSP_BASICRESP_get_ext(bs,
resp_idx
);
Completed in 48 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026