Searched refs:cert_id (Results 1 – 2 of 2) sorted by relevance
69 CK_BYTE_PTR cert_id; member96 CK_BYTE_PTR cert_id; member
894 if (ctx->cert_id != NULL) in pkinit_fini_pkcs11()895 free(ctx->cert_id); in pkinit_fini_pkcs11()3918 CK_BYTE_PTR cert = NULL, cert_id = NULL; in check_load_certs() local3939 attrs[nattrs].pValue = id_cryptoctx->cert_id; in check_load_certs()4000 cert_id = malloc((size_t) attrs[1].ulValueLen + 1); in check_load_certs()4001 if (cert_id == NULL) { in check_load_certs()4012 attrs[1].pValue = cert_id; in check_load_certs()4025 (int) attrs[0].ulValueLen, (int) cert_id[0], in check_load_certs()4042 id_cryptoctx->creds[i]->cert_id = cert_id; in check_load_certs()4043 cert_id = NULL; in check_load_certs()[all …]