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

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

Completed in 317 milliseconds