Lines Matching refs:pKey
40 const AESKey* pKey,
73 void* pKey; in SampleMain() local
81 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
100 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
113 pKey, // Key in SampleMain()
124 OS_Free(pKey); in SampleMain()
155 OS_Free(pKey); in SampleMain()
162 void* pKey; in SampleMain() local
169 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
188 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
199 pKey, // Key (must be the same as that used during encryption) in SampleMain()
210 OS_Free(pKey); in SampleMain()
247 OS_Free(pKey); in SampleMain()
314 const AESKey* pKey, in DEMO_CtrCompatible() argument
324 AES_ReverseBytes(pKey, &key, sizeof(key)); in DEMO_CtrCompatible()