Searched defs:kExpected (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/regress/lib/libssl/bytestring/ |
H A D | bytestringtest.c | 318 static const uint8_t kExpected[] = { in test_cbb_basic() local 354 static const uint8_t kExpected[] = {1, 2, 0, 0, 0, 0, 7, 8}; in test_cbb_add_space() local 442 static const uint8_t kExpected[] = {0, 1, 1, 0, 2, 2, 3, 0, 0, 3, in test_cbb_prefixed() local 479 static const uint8_t kExpected[] = { in test_cbb_discard_child() local 568 static const uint8_t kExpected[] = {0x30, 3, 1, 2, 3}; in test_cbb_asn1() local
|
/openbsd-src/regress/lib/libcrypto/curve25519/ |
H A D | x25519test.c | 86 static const uint8_t kExpected[32] = { in x25519_iterated_test() local
|