Home
last modified time | relevance | path

Searched refs:rk_hmac_128 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dhmac.c195 static int rk_hmac_128(const unsigned char *key, unsigned int key_length, const unsigned char *dat… in rk_hmac_128() function
339 return rk_hmac_128(key, key_len, in, in_len, out, out_len, rk_hash_sha512); in rk_hmac_sha512()