Searched refs:MSG1 (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 510 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 D | sha1-mb-x86_64.pl | 648 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 D | sslapitest.c | 3562 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3574 if (!TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_early_data_read_write() 3715 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3721 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1))) in test_early_data_read_write() 3847 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int() 3871 if (!TEST_mem_eq(MSG1, strlen(MSG1), buf, readbytes) in test_early_data_replay_int() 4008 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in early_data_skip_helper() 4202 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_not_sent() 4540 if (!TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_psk_with_all_ciphers() 4686 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1)) in test_early_data_tls1_2() [all …]
|
Completed in 34 milliseconds