Searched refs:keyWord (Results 1 – 4 of 4) sorted by relevance
347 handle->keyWord[i] = ((uint32_t *)(uintptr_t)key)[i]; in DCP_AES_SetKey()453 dcpPacket->payloadPointer = (uint32_t)&handle->keyWord[0]; in DCP_AES_EncryptEcbNonBlocking()550 dcpPacket->payloadPointer = (uint32_t)&handle->keyWord[0]; in DCP_AES_DecryptEcbNonBlocking()660 dcpPacket->payloadPointer = (uint32_t)&handle->keyWord[0]; in DCP_AES_EncryptCbcNonBlocking()770 dcpPacket->payloadPointer = (uint32_t)&handle->keyWord[0]; in DCP_AES_DecryptCbcNonBlocking()
154 uint32_t keyWord[4]; member
159 uint32_t keyWord[8]; /*!< Copy of user key (set by HASHCRYPT_AES_SetKey(). */ member
409 hashcrypt_load_data(base, &handle->keyWord[0], keySize); in hashcrypt_aes_load_userKey()1233 retVal = hashcrypt_get_key_from_unaligned_src((uint8_t *)&handle->keyWord[0], key, keySize); in HASHCRYPT_AES_SetKey()