Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/unit_tests/
H A Dtest_HKDF.cc47 uint8_t expected_okm[] = { variable
67 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
95 uint8_t expected_okm[] = { variable
117 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
133 uint8_t expected_okm[] = { variable
153 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
171 uint8_t expected_okm[] = { variable
191 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
239 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
274 CHECK(memcmp(okm, expected_okm, sizeof(expected_okm)) == 0);
[all …]
/dports/security/p5-CryptX/CryptX-0.075/t/
H A Dkey_derivation.t20 is(unpack("H*", $okm1), $expected_okm, "OKM1 hkdf_expand/1");
21 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/1");
37 is(unpack("H*", $okm1), $expected_okm, "OKM1 hkdf_expand/2");
38 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/2");
54 is(unpack("H*", $okm1), $expected_okm, "OKM1 hkdf_expand/3");
55 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/3");
71 is(unpack("H*", $okm1), $expected_okm, "OKM1 hkdf_expand/4");
72 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/4");
89 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/5");
106 is(unpack("H*", $okm2), $expected_okm, "OKM2 hkdf/6");
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_hkdf.function13 data_t *expected_okm )
21 TEST_ASSERT( expected_okm->len <= sizeof( okm ) );
24 info->x, info->len, okm, expected_okm->len );
27 ASSERT_COMPARE( okm , expected_okm->len,
28 expected_okm->x, expected_okm->len );
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_hkdf.function13 data_t *expected_okm )
21 TEST_ASSERT( expected_okm->len <= sizeof( okm ) );
24 info->x, info->len, okm, expected_okm->len );
27 ASSERT_COMPARE( okm , expected_okm->len,
28 expected_okm->x, expected_okm->len );
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_hkdf.function20 unsigned char expected_okm[1024] = { '\0' };
30 okm_len = unhexify( expected_okm, hex_okm_string );
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_hkdf.function20 unsigned char expected_okm[128] = { '\0' };
34 okm_len = unhexify( expected_okm, hex_okm_string );