Searched refs:MSG1 (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/crypto/sha/asm/ |
H A D | sha256-mb-x86_64.pl | 439 my @MSG1=map("%xmm$_",(8..11)); 503 movq 0x80-0x80($ctx),@MSG1[0] # E1.E0 504 movq 0xa0-0x80($ctx),@MSG1[1] # F1.F0 505 movq 0xc0-0x80($ctx),@MSG1[2] # G1.G0 506 movq 0xe0-0x80($ctx),@MSG1[3] # H1.H0 510 punpckldq @MSG1[1],@MSG1[0] # F1.E1.F0.E0 511 punpckldq @MSG1[3],@MSG1[2] # H1.G1.H0.G0 516 punpcklqdq @MSG1[0],$ABEF0 # F0.E0.B0.A0 517 punpcklqdq @MSG1[2],$CDGH0 # H0.G0.D0.C0 518 punpckhqdq @MSG1[0],$ABEF1 # F1.E1.B1.A1 [all …]
|
H A D | sha1-mb-x86_64.pl | 535 my @MSG1=map("%xmm$_",(11..14)); 617 movdqu 0x00(@ptr[1]),@MSG1[0] 619 movdqu 0x10(@ptr[1]),@MSG1[1] 622 movdqu 0x20(@ptr[1]),@MSG1[2] 623 pshufb $BSWAP,@MSG1[0] 627 movdqu 0x30(@ptr[1]),@MSG1[3] 629 pshufb $BSWAP,@MSG1[1] 634 paddd @MSG1[0],$E1 642 sha1nexte @MSG1[1],$E1_ 646 pshufb $BSWAP,@MSG1[2] [all …]
|
/freebsd/usr.bin/leave/ |
H A D | leave.c | 72 #define MSG1 "When do you have to leave? " in main() macro 73 (void)write(STDOUT_FILENO, MSG1, sizeof(MSG1) - 1); in main()
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 3344 #define MSG1 "Hello" macro 3529 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3531 || !TEST_size_t_eq(written, strlen(MSG1))) in test_early_data_read_write() 3541 if (!TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_early_data_read_write() 3682 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3684 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_read_write() 3688 || !TEST_mem_eq(buf, readbytes, MSG1, strlen(MSG1))) in test_early_data_read_write() 3814 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_replay_int() 3816 || !TEST_size_t_eq(written, strlen(MSG1))) in test_early_data_replay_int() 3838 if (!TEST_mem_eq(MSG1, strlen(MSG1), buf, readbytes) in test_early_data_replay_int() [all …]
|