OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ocsps
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
revoke.c
82
}
ocsps
;
member in struct:hx509_revoke_ctx_data
106
(*ctx)->
ocsps
.len = 0;
107
(*ctx)->
ocsps
.val = NULL;
160
for (i = 0; i < (*ctx)->
ocsps
.len; i++)
161
free_ocsp(&(*ctx)->
ocsps
.val[i]);
162
free((*ctx)->
ocsps
.val);
421
for (i = 0; i < ctx->
ocsps
.len; i++) {
422
if (strcmp(ctx->
ocsps
.val[0].path, path) == 0)
426
data = realloc(ctx->
ocsps
.val,
427
(ctx->
ocsps
.len + 1) * sizeof(ctx->ocsps.val[0]))
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026