Searched refs:hmac_hex (Results 1 – 1 of 1) sorted by relevance
35 char hmac[32], hmac_hex[65]; in mptcp_crypto_test_basic() local53 sprintf(&hmac_hex[j << 1], "%02x", hmac[j] & 0xff); in mptcp_crypto_test_basic()54 hmac_hex[64] = 0; in mptcp_crypto_test_basic()56 KUNIT_EXPECT_STREQ(test, &hmac_hex[0], tests[i].result); in mptcp_crypto_test_basic()