Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libelfsign/common/
H A Delfsignlib.c286 ess->es_certpath = NULL; in elfsign_begin()
398 if (ess->es_certpath != NULL) { in elfsign_end()
399 free(ess->es_certpath); in elfsign_end()
400 ess->es_certpath = NULL; in elfsign_end()
427 if ((ess->es_certpath = strdup(certpath)) == NULL) in elfsign_setcertpath()
435 if (elfcertlib_getcert(ess, ess->es_certpath, NULL, in elfsign_setcertpath()
1095 if (!elfcertlib_getcert(ess, ess->es_certpath, in elfsign_verify_signature()
H A Dlibelfsign.h89 char *es_certpath; member