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

/osnet-11/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.c853 if (ctx->cert_id != NULL)
854 free(ctx->cert_id);
3926 CK_BYTE_PTR cert = NULL, cert_id = NULL; local
3947 attrs[nattrs].pValue = id_cryptoctx->cert_id;
4008 cert_id = malloc((size_t) attrs[1].ulValueLen + 1);
4009 if (cert_id == NULL) {
4020 attrs[1].pValue = cert_id;
4033 (int) attrs[0].ulValueLen, (int) cert_id[0],
4050 id_cryptoctx->creds[i]->cert_id = cert_id;
[all...]

Completed in 95 milliseconds