Home
last modified time | relevance | path

Searched refs:MSG1 (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/sha/asm/
H A Dsha256-mb-x86_64.pl510 punpckldq @MSG1[1],@MSG1[0] # F1.E1.F0.E0
511 punpckldq @MSG1[3],@MSG1[2] # H1.G1.H0.G0
591 sha256msg1 @MSG1[1],@MSG1[0]
606 sha256msg1 @MSG1[2],@MSG1[1]
618 sha256msg2 @MSG1[3],@MSG1[0]
629 sha256msg1 @MSG1[3],@MSG1[2]
643 sha256msg2 @MSG1[0],@MSG1[1]
654 sha256msg1 @MSG1[0],@MSG1[3]
656 push(@MSG0,shift(@MSG0)); push(@MSG1,shift(@MSG1));
669 sha256msg2 @MSG1[0],@MSG1[1]
[all …]
H A Dsha1-mb-x86_64.pl648 sha1msg1 @MSG1[1],@MSG1[0]
660 pxor @MSG1[2],@MSG1[0]
661 sha1msg1 @MSG1[2],@MSG1[1]
672 sha1msg2 @MSG1[3],@MSG1[0]
675 pxor @MSG1[3],@MSG1[1]
676 sha1msg1 @MSG1[3],@MSG1[2]
679 push(@MSG0,shift(@MSG0)); push(@MSG1,shift(@MSG1));
689 sha1msg2 @MSG1[3],@MSG1[0]
691 pxor @MSG1[3],@MSG1[1]
705 sha1msg2 @MSG1[0],@MSG1[1]
[all …]
/openssl/test/
H A Dsslapitest.c3334 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3340 || !TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_early_data_read_write()
3481 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write()
3487 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1))) in test_early_data_read_write()
3610 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int()
3631 || !TEST_mem_eq(MSG1, strlen(MSG1), buf, readbytes) in test_early_data_replay_int()
3728 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper()
3905 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_not_sent()
4207 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_psk_with_all_ciphers()
4351 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_tls1_2()
[all …]

Completed in 37 milliseconds