Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_identity.c124 opts->cert_id_string = NULL; in pkinit_init_identity_opts()
192 if (src_opts->cert_id_string != NULL) { in pkinit_dup_identity_opts()
193 newopts->cert_id_string = strdup(src_opts->cert_id_string); in pkinit_dup_identity_opts()
194 if (newopts->cert_id_string == NULL) in pkinit_dup_identity_opts()
231 free(idopts->cert_id_string); in pkinit_fini_identity_opts()
288 free(idopts->cert_id_string); in parse_pkcs11_options()
289 idopts->cert_id_string = strdup(vp); in parse_pkcs11_options()
290 if (idopts->cert_id_string == NULL) in parse_pkcs11_options()
H A Dpkinit.h189 char *cert_id_string; member
H A Dpkinit_crypto_openssl.c4397 if (idopts->cert_id_string != NULL) { in reassemble_pkcs11_name()
4399 idopts->cert_id_string); in reassemble_pkcs11_name()
4525 if (idopts->cert_id_string != NULL) { in pkinit_get_certs_pkcs11()
4526 ret = k5_hex_decode(idopts->cert_id_string, &id_cryptoctx->cert_id, in pkinit_get_certs_pkcs11()
4530 idopts->cert_id_string); in pkinit_get_certs_pkcs11()