Home | History | Annotate | Download | only in cups

Lines Matching refs:hKey

1890   HCRYPTKEY	hKey = (HCRYPTKEY)NULL;	/* Handle to crypto key */
1951 if (!CryptGenKey(hProv, AT_KEYEXCHANGE, CRYPT_EXPORTABLE, &hKey))
2040 if (hKey)
2041 CryptDestroyKey(hKey);