Home
last modified time | relevance | path

Searched refs:ocsps (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c82 } ocsps; member
106 (*ctx)->ocsps.len = 0; in hx509_revoke_init()
107 (*ctx)->ocsps.val = NULL; in hx509_revoke_init()
160 for (i = 0; i < (*ctx)->ocsps.len; i++) in hx509_revoke_free()
161 free_ocsp(&(*ctx)->ocsps.val[i]); in hx509_revoke_free()
162 free((*ctx)->ocsps.val); in hx509_revoke_free()
421 for (i = 0; i < ctx->ocsps.len; i++) { in hx509_revoke_add_ocsp()
422 if (strcmp(ctx->ocsps.val[0].path, path) == 0) in hx509_revoke_add_ocsp()
426 data = realloc(ctx->ocsps.val, in hx509_revoke_add_ocsp()
427 (ctx->ocsps.len + 1) * sizeof(ctx->ocsps.val[0])); in hx509_revoke_add_ocsp()
[all …]