Searched refs:cert_id_string (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c141 opts->cert_id_string = NULL;
216 if (src_opts->cert_id_string != NULL) {
217 newopts->cert_id_string = strdup(src_opts->cert_id_string);
218 if (newopts->cert_id_string == NULL)
264 if (idopts->cert_id_string != NULL)
265 free(idopts->cert_id_string);
331 if (idopts->cert_id_string != NULL)
332 free(idopts->cert_id_string);
333 idopts->cert_id_string
[all...]
H A Dpkinit.h201 char *cert_id_string; member in struct:_pkinit_identity_opts
H A Dpkinit_crypto_openssl.c5205 * If the cert_id_string is empty then behave in a similar way to how
5209 if (idopts->cert_id_string != NULL && strlen(idopts->cert_id_string) != 0) {
5211 BN_hex2bn(&bn, idopts->cert_id_string);

Completed in 76 milliseconds