Searched defs:pu32Key (Results 1 – 2 of 2) sorted by relevance
97 en_result_t AES_Encrypt(uint32_t* pu32Data, uint32_t *pu32Key, uint32_t *pu32Cipher) in AES_Encrypt()141 en_result_t AES_Decrypt(uint32_t *pu32Cipher,uint32_t *pu32Key, uint32_t* pu32Plaintext) in AES_Decrypt()
96 uint32_t* pu32Key; ///< AES 密钥指针 member
Completed in 11 milliseconds