Searched refs:MSG1 (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/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[ [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[ [all...] |
/third_party/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[ [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[ [all...] |
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv07.c | 37 #define MSG1 "messagetype1" macro 46 {MSGTYPE1, MSG1}, 70 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_except() 86 msg_len = sizeof(MSG1) / 2; in test_msg_noerror() 97 if (strncmp(rcv_buf.mtext, MSG1, msg_len) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_noerror() 136 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_copy() 180 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_zero_msgtyp() 227 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) { in test_negative_msgtyp()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
H A D | 3-2.c | 31 #define MSG1 "1234567890" macro 47 const char *msgptr1 = MSG1; in main()
|
H A D | 3-1.c | 29 #define MSG1 "1234567890" macro 45 const char *msgptr1 = MSG1; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
H A D | 3-2.c | 33 #define MSG1 "1234567890" macro 49 const char *msgptr1 = MSG1; in main()
|
H A D | 3-1.c | 31 #define MSG1 "1234567890" macro 47 const char *msgptr1 = MSG1; in main()
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 3328 #define MSG1 "Hello" macro 3492 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3494 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_read_write() 3498 || !TEST_mem_eq(MSG1, readbytes, buf, strlen(MSG1)) in test_early_data_read_write() 3639 if (!TEST_true(SSL_write_early_data(clientssl, MSG1, strlen(MSG1), in test_early_data_read_write() 3641 || !TEST_size_t_eq(written, strlen(MSG1)) in test_early_data_read_write() 3645 || !TEST_mem_eq(buf, readbytes, MSG1, strle in test_early_data_read_write() [all...] |
Completed in 11 milliseconds