Lines Matching refs:pKey
47 const AESKey* pKey,
57 const AESKey* pKey,
98 void* pKey; in SampleMain() local
107 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
134 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
158 pKey, // Key in SampleMain()
177 OS_Free(pKey); in SampleMain()
187 OS_Free(pKey); in SampleMain()
222 OS_Free(pKey); in SampleMain()
233 void* pKey; in SampleMain() local
242 pKey = DEMO_LoadFile(NULL, "key.bin"); in SampleMain()
261 DEMO_PrintBytes(pKey, sizeof(AESKey)); in SampleMain()
282 pKey, // Key in SampleMain()
300 OS_Free(pKey); in SampleMain()
312 OS_Free(pKey); in SampleMain()
350 OS_Free(pKey); in SampleMain()
492 const AESKey* pKey, in DEMO_CcmEncryptCompatible() argument
506 SDK_POINTER_ASSERT(pKey); in DEMO_CcmEncryptCompatible()
534 AES_ReverseBytes(pKey, &key, sizeof(key)); // Key in DEMO_CcmEncryptCompatible()
623 const AESKey* pKey, in DEMO_CcmDecryptCompatible() argument
638 SDK_POINTER_ASSERT(pKey); in DEMO_CcmDecryptCompatible()
666 AES_ReverseBytes(pKey, &key, sizeof(key)); // Key in DEMO_CcmDecryptCompatible()