Searched refs:rtl_crypto_sha2_process (Results 1 – 4 of 4) sorted by relevance
196 int rtl_crypto_sha2_process(IN const u8* message, IN const u32 msglen, OUT u8* pDigest) in rtl_crypto_sha2_process() function281 ret = rtl_crypto_sha2_process(message, msglen, pDigest); in rtl_crypto_sha2()
1198 __STATIC_INLINE int rtl_crypto_sha2_process(const uint8_t *message, const uint32_t msglen, uint8_t … in rtl_crypto_sha2_process() function
115 _LONG_CALL_ int rtl_crypto_sha2_process(IN const u8* message, IN const u32 msglen, OUT u8* pDigest);
84 rtl_crypto_sha2_process = 0x2b15;
Completed in 7 milliseconds