| /freebsd/contrib/bearssl/src/symcipher/ |
| H A D | aes_pwr8_ctrcbc.c | 104 vcipher(x, x, 1) \ 105 vcipher(x, x, 2) \ 106 vcipher(x, x, 3) \ 107 vcipher(x, x, 4) \ 108 vcipher(x, x, 5) \ 109 vcipher(x, x, 6) \ 110 vcipher(x, x, 7) \ 111 vcipher(x, x, 8) \ 112 vcipher(x, x, 9) \ 117 vcipher(x, x, 1) \ [all …]
|
| H A D | aes_pwr8_ctr.c | 137 vcipher(16, 16, 1) in ctr_128() 138 vcipher(17, 17, 1) in ctr_128() 139 vcipher(18, 18, 1) in ctr_128() 140 vcipher(19, 19, 1) in ctr_128() 141 vcipher(16, 16, 2) in ctr_128() 142 vcipher(17, 17, 2) in ctr_128() 143 vcipher(18, 18, 2) in ctr_128() 144 vcipher(19, 19, 2) in ctr_128() 145 vcipher(16, 16, 3) in ctr_128() 146 vcipher(17, 17, 3) in ctr_128() [all …]
|
| H A D | aes_pwr8_cbcenc.c | 108 vcipher(16, 16, 1) in cbcenc_128() 109 vcipher(16, 16, 2) in cbcenc_128() 110 vcipher(16, 16, 3) in cbcenc_128() 111 vcipher(16, 16, 4) in cbcenc_128() 112 vcipher(16, 16, 5) in cbcenc_128() 113 vcipher(16, 16, 6) in cbcenc_128() 114 vcipher(16, 16, 7) in cbcenc_128() 115 vcipher(16, 16, 8) in cbcenc_128() 116 vcipher(16, 16, 9) in cbcenc_128() 216 vcipher(16, 16, 1) in cbcenc_192() [all …]
|
| /freebsd/sys/crypto/openssl/powerpc/ |
| H A D | aes-gcm-ppc.S | 69 vcipher 15, 15, \r 70 vcipher 16, 16, \r 71 vcipher 17, 17, \r 72 vcipher 18, 18, \r 77 vcipher 15, 15, \r 78 vcipher 16, 16, \r 79 vcipher 17, 17, \r 80 vcipher 18, 18, \r 81 vcipher 19, 19, \r 82 vcipher 20, 20, \r [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64/ |
| H A D | aes-gcm-ppc.S | 69 vcipher 15, 15, \r 70 vcipher 16, 16, \r 71 vcipher 17, 17, \r 72 vcipher 18, 18, \r 77 vcipher 15, 15, \r 78 vcipher 16, 16, \r 79 vcipher 17, 17, \r 80 vcipher 18, 18, \r 81 vcipher 19, 19, \r 82 vcipher 20, 20, \r [all …]
|
| /freebsd/sys/crypto/openssl/powerpc64le/ |
| H A D | aes-gcm-ppc.S | 69 vcipher 15, 15, \r 70 vcipher 16, 16, \r 71 vcipher 17, 17, \r 72 vcipher 18, 18, \r 77 vcipher 15, 15, \r 78 vcipher 16, 16, \r 79 vcipher 17, 17, \r 80 vcipher 18, 18, \r 81 vcipher 19, 19, \r 82 vcipher 20, 20, \r [all …]
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | ppc-xlate.pl | 319 my $vcipher = sub { vcrypto_op(@_, 1288); };
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_ppccap.pod | 66 instruction instruction is vcipher (vector AES cipher round).
|
| /freebsd/contrib/bearssl/src/ |
| H A D | inner.h | 2409 #define vcipher(vt, va, vb) vcipher_(vt, va, vb) macro
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrAltivec.td | 1404 def VCIPHER : VX1_Int_Ty<1288, "vcipher", int_ppc_altivec_crypto_vcipher,
|