Home
last modified time | relevance | path

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

/test/recipes/30-test_evp_data/
A Devpmac_siphash.txt14 # SIPHASH tests - default values: 2,4 rounds, 16-byte mac
129 # SIPHASH - default values: 2,4 rounds, explicit 8-byte mac
143 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac
151 # SIPHASH - default values: 2,4 rounds, explicit 16-byte mac (set as 0)
159 # SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size)
166 # SIPHASH - default values: 2,4 rounds, explicit 13-byte mac (invalid size)
A Devppkey_rsa_common.txt448 # positive test with 11 byte long value
508 # an invalid ciphertext, with a zero byte in first byte of
509 # ciphertext, decrypts to a random 11 byte long synthetic
517 # an invalid ciphertext, with a zero byte removed from first byte of
518 # ciphertext, decrypts to a random 11 byte long synthetic
545 # to random 11 byte long synthetic plaintext
552 # negative test with otherwise valid padding but a zero byte in first byte
561 # byte of padding
569 # byte
823 # an otherwise valid plaintext, but with zero byte in first byte of padding
[all …]
A Devpciph_aria.txt199 # 16-byte Tag
217 # 8-byte Tag
235 # 12-byte Tag
A Devpciph_camellia_cts.txt69 # Plaintext: 13 bytes byte (31332062797465732062797465)
124 # Plaintext: 13 bytes byte (31332062797465732062797465)
A Devpciph_aes_cts.txt15 # AES_CBC results for aligned block lengths. (Result should be the same as 32 byte CTS1 & CTS2)
260 # 32 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
287 # 64 bytes input (CS3 always swaps the last 2 byte blocks - so it is not equivalent to CBC for a fu…
A Devppkey_ml_dsa_87_wycheproof_verify.txt158 # 17 signature with a bit flip in the last byte
A Devppkey_ml_dsa_65_wycheproof_verify.txt140 # 15 signature with a bit flip in the last byte
A Devppkey_ml_dsa_44_wycheproof_verify.txt131 # 14 signature with a bit flip in the last byte
A Devpciph_aes_common.txt948 # Single byte IV test cases from
951 Title = AES GCM single byte IV tests
/test/
A Ddanetest.c182 uint8_t byte; in hexdecode() local
189 for (byte = 0; *in; ++in) { in hexdecode()
199 byte |= (char)x; in hexdecode()
201 *cp++ = byte; in hexdecode()
202 byte = 0; in hexdecode()
204 byte <<= 4; in hexdecode()
A Dpackettest.c288 const unsigned char *byte = NULL; in test_PACKET_forward() local
293 || !TEST_true(PACKET_get_bytes(&pkt, &byte, 1)) in test_PACKET_forward()
294 || !TEST_uchar_eq(byte[0], 4) in test_PACKET_forward()
296 || !TEST_true(PACKET_get_bytes(&pkt, &byte, 1)) in test_PACKET_forward()
297 || !TEST_uchar_eq(byte[0], 0xfe)) in test_PACKET_forward()
A Dlms.inc25 * to LMS data, except the public key & signature have extra 4 byte headers.
/test/recipes/
A D70-test_sslrecords.t400 my $byte;
422 $byte = pack('C', TLSProxy::Message::AL_LEVEL_FATAL);
431 $byte,
432 $byte
437 $byte = pack('C', TLSProxy::Message::AL_DESC_UNEXPECTED_MESSAGE);
446 $byte,
447 $byte

Completed in 75 milliseconds