Searched refs:oKWKEntry (Results 1 – 1 of 1) sorted by relevance
712 KWKEntry *oKWKEntry = new KWKEntry; in CreateKWK() local714 oKWKEntry->m_lKMAID = i_lKMAID; in CreateKWK()717 bSuccess = GetPseudorandomBytes(sizeof (oKWKEntry->m_acKWK), in CreateKWK()718 oKWKEntry->m_acKWK); in CreateKWK()726 delete(oKWKEntry); in CreateKWK()732 ConvertBinaryToUTF8HexString( sHexKWK, oKWKEntry->m_acKWK, sizeof (oKWKEntry->m_acKWK)); in CreateKWK()754 delete(oKWKEntry); in CreateKWK()760 bSuccess = oPublicKEK.Encrypt(sizeof (oKWKEntry->m_acKWK), in CreateKWK()761 oKWKEntry->m_acKWK, (unsigned char *) acWrappedKWK, &iWrappedKWKLength); in CreateKWK()770 delete(oKWKEntry); in CreateKWK()[all …]