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

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c140 opts->cert_id_string = NULL;
214 if (src_opts->cert_id_string != NULL) {
215 newopts->cert_id_string = strdup(src_opts->cert_id_string);
216 if (newopts->cert_id_string == NULL)
253 free(idopts->cert_id_string);
310 free(idopts->cert_id_string);
311 idopts->cert_id_string = strdup(vp);
312 if (idopts->cert_id_string == NULL)
H A Dpkinit.h212 char *cert_id_string; member in struct:_pkinit_identity_opts
H A Dpkinit_crypto_openssl.c5386 * If the cert_id_string is empty then behave in a similar way to how
5390 if (idopts->cert_id_string != NULL && strlen(idopts->cert_id_string) != 0) {
5392 BN_hex2bn(&bn, idopts->cert_id_string);

Completed in 30 milliseconds