Searched defs:pu32Cipher (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()
94 uint32_t* pu32Cipher; ///< AES 密文指针 member
Completed in 10 milliseconds