Lines Matching refs:pKey
48 const AESKey* pKey,
58 const AESKey* pKey,
99 void* pKey; in SampleMain() local
108 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
135 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
159 pKey, // Key in SampleMain()
178 OS_Free(pKey); in SampleMain()
188 OS_Free(pKey); in SampleMain()
223 OS_Free(pKey); in SampleMain()
234 void* pKey; in SampleMain() local
243 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
262 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
283 pKey, // Key in SampleMain()
301 OS_Free(pKey); in SampleMain()
313 OS_Free(pKey); in SampleMain()
351 OS_Free(pKey); in SampleMain()
486 const AESKey* pKey, in DEMO_CcmEncryptCompatible() argument
500 SDK_POINTER_ASSERT(pKey); in DEMO_CcmEncryptCompatible()
528 AES_ReverseBytes(pKey, &key, sizeof(key)); // Key in DEMO_CcmEncryptCompatible()
617 const AESKey* pKey, in DEMO_CcmDecryptCompatible() argument
632 SDK_POINTER_ASSERT(pKey); in DEMO_CcmDecryptCompatible()
660 AES_ReverseBytes(pKey, &key, sizeof(key)); // Key in DEMO_CcmDecryptCompatible()