Lines Matching refs:pKey
39 const AESKey* pKey,
72 void* pKey; in SampleMain() local
80 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
99 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
112 pKey, // Key in SampleMain()
123 OS_Free(pKey); in SampleMain()
154 OS_Free(pKey); in SampleMain()
161 void* pKey; in SampleMain() local
168 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
187 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
198 pKey, // Key (must be the same as that used during encryption) in SampleMain()
209 OS_Free(pKey); in SampleMain()
246 OS_Free(pKey); in SampleMain()
320 const AESKey* pKey, in DEMO_CtrCompatible() argument
330 AES_ReverseBytes(pKey, &key, sizeof(key)); in DEMO_CtrCompatible()