Searched refs:rtl_crypto_poly1305_process (Results 1 – 2 of 2) sorted by relevance
48 int rtl_crypto_poly1305_process(IN const u8 *message, IN const u32 msglen, OUT u8 *pDigest) in rtl_crypto_poly1305_process() function76 ret = rtl_crypto_poly1305_process(message, msglen, pDigest); in rtl_crypto_poly1305()
210 _LONG_CALL_ int rtl_crypto_poly1305_process(IN const u8 *message, IN const u32 msglen, OUT u8 *pDig…
Completed in 3 milliseconds