Searched refs:vcipherlast (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | aes_pwr8_ctrcbc.c | 113 vcipherlast(x, x, 10) 128 vcipherlast(x, x, 12) 145 vcipherlast(x, x, 14) 168 vcipherlast(x, x, 10) \ 169 vcipherlast(y, y, 10) 196 vcipherlast(x, x, 12) \ 197 vcipherlast(y, y, 12) 228 vcipherlast(x, x, 14) \ 229 vcipherlast(y, y, 14) 272 vcipherlast(x0, x0, 10) \ [all …]
|
H A D | aes_pwr8_ctr.c | 173 vcipherlast(16, 16, 10) in ctr_128() 174 vcipherlast(17, 17, 10) in ctr_128() 175 vcipherlast(18, 18, 10) in ctr_128() 176 vcipherlast(19, 19, 10) in ctr_128() 369 vcipherlast(16, 16, 12) in ctr_192() 370 vcipherlast(17, 17, 12) in ctr_192() 371 vcipherlast(18, 18, 12) in ctr_192() 372 vcipherlast(19, 19, 12) in ctr_192() 577 vcipherlast(16, 16, 14) in ctr_256() 578 vcipherlast(17, 17, 14) in ctr_256() [all …]
|
H A D | aes_pwr8_cbcenc.c | 117 vcipherlast(16, 16, 10) in cbcenc_128() 227 vcipherlast(16, 16, 12) in cbcenc_192() 343 vcipherlast(16, 16, 14) in cbcenc_256()
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 312 my $vcipherlast = sub { vcrypto_op(@_, 1289); };
|
/freebsd/contrib/bearssl/src/ |
H A D | inner.h | 2410 #define vcipherlast(vt, va, vb) vcipherlast_(vt, va, vb) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrAltivec.td | 1406 def VCIPHERLAST : VX1_Int_Ty<1289, "vcipherlast",
|