Home
last modified time | relevance | path

Searched +full:ror +full:- +full:default (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/
DAsconDigest.java12 …rc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc…
14 * ASCON v1.2 Digest with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
40 algorithmName = "Ascon-Hash"; in AsconDigest()
44 algorithmName = "Ascon-HashA"; in AsconDigest()
46 default: in AsconDigest()
62 private long ROR(long x, int n) in ROR() method in AsconDigest
64 return x >>> n | x << (64 - n); in ROR()
74 x0 = t0 ^ ROR(t0, 19) ^ ROR(t0, 28); in ROUND()
75 x1 = t1 ^ ROR(t1, 39) ^ ROR(t1, 61); in ROUND()
76 x2 = ~(t2 ^ ROR(t2, 1) ^ ROR(t2, 6)); in ROUND()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DAsconDigest.java11 …rc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc…
13 * ASCON v1.2 Digest with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
33 algorithmName = "Ascon-Hash"; in AsconDigest()
37 algorithmName = "Ascon-HashA"; in AsconDigest()
39 default: in AsconDigest()
55 private long ROR(long x, int n) in ROR() method in AsconDigest
57 return x >>> n | x << (64 - n); in ROR()
67 x0 = t0 ^ ROR(t0, 19) ^ ROR(t0, 28); in ROUND()
68 x1 = t1 ^ ROR(t1, 39) ^ ROR(t1, 61); in ROUND()
69 x2 = ~(t2 ^ ROR(t2, 1) ^ ROR(t2, 6)); in ROUND()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/
DAsconDigest.java12 …rc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc…
14 * ASCON v1.2 Digest with reference to C Reference Impl from: https://github.com/ascon/ascon-c .
40 algorithmName = "Ascon-Hash"; in AsconDigest()
44 algorithmName = "Ascon-HashA"; in AsconDigest()
46 default: in AsconDigest()
62 private long ROR(long x, int n) in ROR() method in AsconDigest
64 return x >>> n | x << (64 - n); in ROR()
74 x0 = t0 ^ ROR(t0, 19) ^ ROR(t0, 28); in ROUND()
75 x1 = t1 ^ ROR(t1, 39) ^ ROR(t1, 61); in ROUND()
76 x2 = ~(t2 ^ ROR(t2, 1) ^ ROR(t2, 6)); in ROUND()
[all …]
/external/vixl/test/aarch32/
Dtest-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
81 // default.
120 {{al, r0, r0, ROR, r0}, false, al, "al r0 r0 ROR r0", "al_r0_r0_ROR_r0"},
[all …]
Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
102 // default.
121 {{al, r7, r8, r10, ROR, 21},
[all …]
Dtest-assembler-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
102 // default.
136 {{cc, r10, r5, r1, ROR, 10},
[all …]
Dtest-assembler-cond-rd-operand-rn-ror-amount-t32.cc28 // -----------------------------------------------------------------------------
30 // test/aarch32/config/template-assembler-aarch32.cc.in template file using
34 // -----------------------------------------------------------------------------
37 #include "test-runner.h"
39 #include "test-utils.h"
40 #include "test-utils-aarch32.h"
42 #include "aarch32/assembler-aarch32.h"
43 #include "aarch32/macro-assembler-aarch32.h"
74 ShiftType ror; member
87 // default.
[all …]
/external/openscreen/third_party/boringssl/linux-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
Dsha256-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/linux-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
Dsha256-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/ios-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
15 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
34 // over code generated with "default" compiler:
36 // SHA256-hw SHA256(*) SHA512
37 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
38 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
39 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
41 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
46 // (**) The result is a trade-off: it's possible to improve it by
48 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/openscreen/third_party/boringssl/win-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/win-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
16 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
35 // over code generated with "default" compiler:
37 // SHA256-hw SHA256(*) SHA512
38 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
39 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
40 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
42 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
47 // (**) The result is a trade-off: it's possible to improve it by
49 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/openscreen/third_party/boringssl/ios-aarch64/crypto/fipsmodule/
Dsha512-armv8.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
15 // Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
34 // over code generated with "default" compiler:
36 // SHA256-hw SHA256(*) SHA512
37 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
38 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
39 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
41 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
46 // (**) The result is a trade-off: it's possible to improve it by
48 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dsha512-x86_64.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
4 default rel label
56 and rsp,-64
83 ror r13,23
87 ror r14,5
94 ror r13,4
98 ror r14,6
107 ror r13,14
111 ror r14,28
124 ror r13,23
[all …]
/external/boringssl/src/gen/bcm/
Dsha512-x86_64-win.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
5 default rel label
49 and rsp,-64
76 ror r13,23
80 ror r14,5
87 ror r13,4
91 ror r14,6
100 ror r13,14
104 ror r14,28
117 ror r13,23
[all …]
Dsha256-armv8-linux.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
7 // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
26 // over code generated with "default" compiler:
28 // SHA256-hw SHA256(*) SHA512
29 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
30 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
31 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
33 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
39 // (**) The result is a trade-off: it's possible to improve it by
41 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/cronet/tot/third_party/boringssl/src/gen/bcm/
Dsha512-x86_64-win.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
5 default rel label
49 and rsp,-64
76 ror r13,23
80 ror r14,5
87 ror r13,4
91 ror r14,6
100 ror r13,14
104 ror r14,28
117 ror r13,23
[all …]
Dsha256-armv8-linux.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
7 // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
26 // over code generated with "default" compiler:
28 // SHA256-hw SHA256(*) SHA512
29 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
30 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
31 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
33 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
39 // (**) The result is a trade-off: it's possible to improve it by
41 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/win-x86_64/crypto/fipsmodule/
Dsha512-x86_64.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
4 default rel label
56 and rsp,-64
83 ror r13,23
87 ror r14,5
94 ror r13,4
98 ror r14,6
107 ror r13,14
111 ror r14,28
124 ror r13,23
[all …]
/external/rust/android-crates-io/crates/ring/pregenerated/tmp/
Dsha512-x86_64-nasm.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
5 default rel label
57 and rsp,-64
84 ror r13,23
88 ror r14,5
95 ror r13,4
99 ror r14,6
108 ror r13,14
112 ror r14,28
125 ror r13,23
[all …]
/external/cronet/stable/third_party/boringssl/src/gen/bcm/
Dsha512-x86_64-win.asm1 ; This file is generated from a similarly-named Perl script in the BoringSSL
5 default rel label
49 and rsp,-64
76 ror r13,23
80 ror r14,5
87 ror r13,4
91 ror r14,6
100 ror r13,14
104 ror r14,28
117 ror r13,23
[all …]
Dsha256-armv8-linux.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
7 // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
26 // over code generated with "default" compiler:
28 // SHA256-hw SHA256(*) SHA512
29 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
30 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
31 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
33 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
39 // (**) The result is a trade-off: it's possible to improve it by
41 // on Cortex-A53 (or by 4 cycles per round).
[all …]
/external/rust/android-crates-io/crates/ring/pregenerated/
Dsha256-armv8-linux64.S1 // This file is generated from a similarly-named Perl script in the BoringSSL
4 #include <ring-core/asm_base.h>
7 // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved.
26 // over code generated with "default" compiler:
28 // SHA256-hw SHA256(*) SHA512
29 // Apple A7 1.97 10.5 (+33%) 6.73 (-1%(**))
30 // Cortex-A53 2.38 15.5 (+115%) 10.0 (+150%(***))
31 // Cortex-A57 2.31 11.6 (+86%) 7.51 (+260%(***))
33 // X-Gene 20.0 (+100%) 12.8 (+300%(***))
39 // (**) The result is a trade-off: it's possible to improve it by
[all …]

12345678910>>...12