Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDrevoke.c80 } ocsps; member
104 (*ctx)->ocsps.len = 0; in hx509_revoke_init()
105 (*ctx)->ocsps.val = NULL; in hx509_revoke_init()
158 for (i = 0; i < (*ctx)->ocsps.len; i++) in hx509_revoke_free()
159 free_ocsp(&(*ctx)->ocsps.val[i]); in hx509_revoke_free()
160 free((*ctx)->ocsps.val); in hx509_revoke_free()
417 for (i = 0; i < ctx->ocsps.len; i++) { in hx509_revoke_add_ocsp()
418 if (strcmp(ctx->ocsps.val[0].path, path) == 0) in hx509_revoke_add_ocsp()
422 data = realloc(ctx->ocsps.val, in hx509_revoke_add_ocsp()
423 (ctx->ocsps.len + 1) * sizeof(ctx->ocsps.val[0])); in hx509_revoke_add_ocsp()
[all …]