Searched refs:iv0 (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_ct_cbcenc.c43 uint32_t iv0, iv1, iv2, iv3; local
52 iv0 = br_dec32le(ivbuf);
58 q[0] = iv0 ^ br_dec32le(buf);
65 iv0 = q[0];
69 br_enc32le(buf, iv0);
76 br_enc32le(ivbuf, iv0);
H A Daes_ct_cbcdec.c42 uint32_t iv0, iv1, iv2, iv3; local
47 iv0 = br_dec32le(ivbuf);
74 br_enc32le(buf, q[0] ^ iv0);
79 iv0 = sq[0];
89 iv0 = sq[1];
96 br_enc32le(ivbuf, iv0);
H A Daes_ct_ctrcbc.c56 uint32_t iv0, iv1, iv2, iv3; local
67 iv0 = br_dec32be(ivbuf + 0);
81 q[0] = br_swap32(iv0);
91 iv0 += carry;
92 q[1] = br_swap32(iv0);
103 iv0 += carry;
127 br_enc32be(ivbuf + 0, iv0);
192 uint32_t iv0, iv1, iv2, iv3; local
205 iv0 = br_dec32be(ivbuf + 0);
227 q[0] = br_swap32(iv0);
322 uint32_t iv0, iv1, iv2, iv3; local
[all...]
H A Daes_ct_ctr.c56 uint32_t iv0, iv1, iv2; local
61 iv0 = br_dec32le(ivbuf);
71 * call, since iv0/iv1/iv2 are constant for the whole run.
73 q[0] = q[1] = iv0;
H A Daes_ct64_ctrcbc.c56 uint32_t iv0, iv1, iv2, iv3; local
67 iv0 = br_dec32be(ivbuf + 0);
87 w[i + 0] = br_swap32(iv0);
97 iv0 += carry;
122 br_enc32be(ivbuf + 0, iv0);
188 uint32_t iv0, iv1, iv2, iv3; local
202 iv0 = br_dec32be(ivbuf + 0);
225 w[0] = br_swap32(iv0);
235 iv0 += carry;
310 br_enc32be(ivbuf + 0, iv0);
327 uint32_t iv0, iv1, iv2, iv3; local
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-avx2.h125 const __m256i iv0 = a; \
133 a = XOR(a, iv0); \
/freebsd-13-stable/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl392 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
652 fmovd %f0, $iv0
689 fxor $iv0, $rlhi, %f6 ! ivec^round[last]
691 fmovd $in0, $iv0
723 st $iv0, [$ivp + 0] ! output ivec
724 st $iv0#lo, [$ivp + 4]
818 fxor $iv0, $rlhi, %f6 ! ivec^round[last]
820 fmovd $in0, $iv0
848 st $iv0, [$ivp + 0] ! output ivec
849 st $iv0#l
[all...]
H A Daes-s390x.pl1388 my $key="%r5"; my $iv0="%r5";
1466 lg $iv0,0($ivp) # load ivec
1515 stg $iv0,0($s2)
1544 stg $iv0,0($s2)
/freebsd-13-stable/tools/regression/net80211/wep/
H A Dtest_wep.c131 #define TEST(n,name,cipher,keyix,iv0,iv1,iv2,iv3) { \
132 name, IEEE80211_CIPHER_##cipher,keyix, { iv2,iv1,iv0,iv3 }, \

Completed in 77 milliseconds