Searched refs:AES_Rand (Results 1 – 4 of 4) sorted by relevance
88 SDK_INLINE AESResult AES_Rand(void* pBuffer, u32 size) in AES_Rand() function
103 aesResult = AES_Rand(&counter, sizeof(counter)); in SampleMain()
111 aesResult = AES_Rand(&counter, sizeof(counter)); in SampleMain()
151 aesResult = AES_Rand(&nonce, sizeof(nonce)); in SampleMain()