Searched refs:HMAC_UPDATE (Results 1 – 6 of 6) sorted by relevance
18 #define HMAC_UPDATE hmac_sha1_update macro
18 #define HMAC_UPDATE hmac_sha224_update macro
18 #define HMAC_UPDATE hmac_sha512_update macro
18 #define HMAC_UPDATE hmac_sha256_update macro
18 #define HMAC_UPDATE hmac_sha384_update macro
627 HMAC_UPDATE(&ctx, test_buf, data_len); in test_hmac()631 HMAC_UPDATE(&ctx, mac, HASH_SIZE); in test_hmac()
Completed in 5 milliseconds