Searched refs:decryptionRoundKeys (Results 1 – 1 of 1) sorted by relevance
40 static AES_KEY decryptionRoundKeys; variable98 AES_set_decrypt_key(keyEncryptionKey, KEY_SIZE_IN_BITS, &decryptionRoundKeys) != 0) { in FwdLockGlue_InitializeRoundKeys()183 AES_cbc_encrypt(pData, pData, dataLength, &decryptionRoundKeys, initVector, in FwdLockGlue_DecryptKey()