/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest_routines.c | 93 int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt) in vbufcmp() argument 97 for (i = 0; i < vcnt; iv1++, iv2++, i++) { in vbufcmp() 98 if (bufcmp(iv1->iov_base, iv2->iov_base, iv1->iov_len) < 0) { in vbufcmp() 100 i, (char *)iv1->iov_base, in vbufcmp()
|
/third_party/node/test/async-hooks/ |
H A D | test-graph.intervals.js | 12 const iv1 = setInterval(common.mustCall(onfirstInterval, 3), TIMEOUT); 17 clearInterval(iv1);
|
/third_party/mbedtls/programs/cipher/ |
H A D | cipher_aead_demo.c | 73 const unsigned char iv1[12] = { 0x00 }; variable 236 iv1, sizeof(iv1), add_data1, sizeof(add_data1), in aead_demo()
|
/third_party/mbedtls/programs/psa/ |
H A D | aead_demo.c | 76 const unsigned char iv1[12] = { 0x00 }; variable 253 iv1, sizeof(iv1), add_data1, sizeof(add_data1), in aead_demo()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2231 my ($iv0,$iv1,$iv2,$iv3,$iv4)=("v6.16b","v8.16b","v9.16b","v10.16b","v11.16b"); 2374 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4 2412 veor $dat2,$dat2,$iv1 2576 veor $tmp1,$rndlast,$iv1 2624 veor $dat1,$in1,$iv1 2646 vorr $iv2,$iv1,$iv1 2647 vorr $iv1,$iv0,$iv0 2651 veor $dat1,$iv1,$in1 2666 veor $dat1,$iv1, [all...] |
H A D | aesfx-sparcv9.pl | 394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift) 655 fmovd %f2, $iv1 692 fxor $iv1, $rllo, %f8 694 fmovd $in1, $iv1 727 st $iv1, [$ivp + 8] 728 st $iv1#lo, [$ivp + 12] 821 fxor $iv1, $rllo, %f8 823 fmovd $in1, $iv1 852 st $iv1, [$ivp + 8] 853 st $iv1#l [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2247 my ($iv0,$iv1,$iv2,$iv3,$iv4)=("v6.16b","v8.16b","v9.16b","v10.16b","v11.16b"); 2390 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4 2428 veor $dat2,$dat2,$iv1 2592 veor $tmp1,$rndlast,$iv1 2640 veor $dat1,$in1,$iv1 2662 vorr $iv2,$iv1,$iv1 2663 vorr $iv1,$iv0,$iv0 2667 veor $dat1,$iv1,$in1 2682 veor $dat1,$iv1, [all...] |
H A D | aesfx-sparcv9.pl | 394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift) 655 fmovd %f2, $iv1 692 fxor $iv1, $rllo, %f8 694 fmovd $in1, $iv1 727 st $iv1, [$ivp + 8] 728 st $iv1#lo, [$ivp + 12] 821 fxor $iv1, $rllo, %f8 823 fmovd $in1, $iv1 852 st $iv1, [$ivp + 8] 853 st $iv1#l [all...] |
/third_party/python/Lib/test/ |
H A D | dataclass_module_2_str.py | 29 iv1: InitVar
|
H A D | dataclass_module_1_str.py | 29 iv1: dataclasses.InitVar
|
H A D | dataclass_module_2.py | 29 iv1: InitVar
|
H A D | dataclass_module_1.py | 29 iv1: dataclasses.InitVar
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 3929 const unsigned char *iv1; member 3982 if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, kGCMResetKey, t->iv1, 1))) { in test_gcm_reinit()
|