Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h61 CK_BYTE_PTR cert_id; member
88 CK_BYTE_PTR cert_id; member
H A Dpkinit_crypto_openssl.c817 if (ctx->cert_id != NULL) in pkinit_fini_pkcs11()
818 free(ctx->cert_id); in pkinit_fini_pkcs11()
3744 CK_BYTE_PTR cert = NULL, cert_id = NULL; in check_load_certs() local
3765 attrs[nattrs].pValue = id_cryptoctx->cert_id; in check_load_certs()
3826 cert_id = malloc((size_t) attrs[1].ulValueLen + 1); in check_load_certs()
3827 if (cert_id == NULL) { in check_load_certs()
3838 attrs[1].pValue = cert_id; in check_load_certs()
3851 (int) attrs[0].ulValueLen, (int) cert_id[0], in check_load_certs()
3868 id_cryptoctx->creds[i]->cert_id = cert_id; in check_load_certs()
3869 cert_id = NULL; in check_load_certs()
[all …]