| /optee_os/core/drivers/crypto/caam/utils/ |
| H A D | utils_sgt_v2.c | 19 SGT_TRACE("SGT[%d]->w1 = %" PRIx64, idx, sgt->sgt[idx].v2.w1); in sgt_entry_trace() 20 SGT_TRACE("SGT[%d]->w2 = %" PRIx64, idx, sgt->sgt[idx].v2.w2); in sgt_entry_trace() 29 w2 = caam_read_val64(&sgt->v2.w2); in sgt_entry_offset() 48 caam_write_val64(&sgt->v2.w2, w2); in sgt_entry_offset() 57 caam_write_val64(&sgt->v2.w1, paddr); in caam_sgt_set_entry() 63 caam_write_val64(&sgt->v2.w2, w2); in caam_sgt_set_entry()
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sm3_armv8a_ce_a64.S | 96 rev32 v2.16b, v2.16b 101 qround a, v0, v1, v2, v3, v4 102 qround a, v1, v2, v3, v4, v0 103 qround a, v2, v3, v4, v0, v1 104 qround a, v3, v4, v0, v1, v2 108 qround b, v4, v0, v1, v2, v3 109 qround b, v0, v1, v2, v3, v4 110 qround b, v1, v2, v3, v4, v0 111 qround b, v2, v3, v4, v0, v1 112 qround b, v3, v4, v0, v1, v2 [all …]
|
| H A D | aes_modes_armv8a_ce_a64.S | 164 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 169 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 206 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 210 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7 332 eor v2.16b, v2.16b, v1.16b 333 encrypt_block v2, w3, x2, x6, w7 334 eor v3.16b, v3.16b, v2.16b 372 mov v6.16b, v2.16b 378 eor v2.16b, v2.16b, v5.16b 425 mov v2.16b, v4.16b [all …]
|
| H A D | sha3_armv8a_ce_a64.S | 65 eor v2.8b, v2.8b, v27.8b 132 eor3 v27.16b, v2.16b, v7.16b, v12.16b 152 xar v31.2d, v2.2d, v26.2d, (64 - 62) 153 xar v2.2d, v12.2d, v26.2d, (64 - 43) 199 bcax v0.16b, v0.16b, v2.16b, v1.16b 200 bcax v1.16b, v1.16b, v27.16b, v2.16b 201 bcax v2.16b, v2.16b, v28.16b, v27.16b
|
| H A D | sha512_armv8a_ce_a64.S | 132 mov v2.16b, v10.16b 192 add v10.2d, v10.2d, v2.2d
|
| H A D | sha256_armv8a_ce_a64.S | 81 add_update 1, v2, 17, 18, 19, 16
|
| H A D | sha1_armv8a_ce_a64.S | 15 k2 .req v2
|
| H A D | ghash-ce-core_a64.S | 21 T1 .req v2
|
| H A D | sm4_armv8a_ce_a64.S | 43 #define RK2 v2
|
| H A D | sm4_armv8a_aese_a64.S | 52 #define RK2 v2
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 36 <SELECTION> Any number of Git Revision Selections. (requires git v2.19) 37 https://git-scm.com/book/en/v2/Git-Tools-Revision-Selection 53 (requires git v2.19) 57 HEAD~1. (requires git v2.19) 62 (requires git v2.19) 66 (requires git v2.19) 69 HEAD of tag1. (requires git v2.19)
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitiveTypes.h | 71 #define INIT_UINTM4( v3, v2, v1, v0 ) { v0, v1, v2, v3 } argument 82 #define INIT_UINTM4( v3, v2, v1, v0 ) { v3, v2, v1, v0 } argument
|
| /optee_os/core/arch/arm/cpu/ |
| H A D | neoverse-v2.mk | 1 arm32-platform-cpuarch := neoverse-v2 2 arm64-platform-cpuarch := neoverse-v2
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_recover_key.c | 32 void *r, *s, *v, *w, *t1, *t2, *u1, *u2, *v1, *v2, *e, *x, *y, *a_plus3; in ecc_recover_key() local 49 …if ((err = mp_init_multi(&r, &s, &v, &w, &t1, &t2, &u1, &u2, &v1, &v2, &e, &x, &y, &a_plus3, LTC_N… in ecc_recover_key() 199 …if ((err = mp_mulmod(e, w, p, v2)) != CRYPT_OK) … in ecc_recover_key() 200 …if ((err = mp_submod(p, v2, p, v2)) != CRYPT_OK) … in ecc_recover_key() 224 …if ((err = ltc_mp.ecc_mul2add(mR, v1, mG, v2, mQ, ma, m)) != CRYPT_OK) … in ecc_recover_key() 255 mp_clear_multi(a_plus3, y, x, e, v2, v1, u2, u1, t2, t1, w, v, s, r, LTC_NULL); in ecc_recover_key()
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 655 STORE32L(u ## x2 ^ v2, st->buf + ooff + 8); \ in s_sosemanuk_internal() 672 ulong32 v0, v1, v2, v3; in s_sosemanuk_internal() local 676 STEP(02, 03, 04, 05, 06, 07, 08, 09, 00, 01, v2, u2); in s_sosemanuk_internal() 681 STEP(06, 07, 08, 09, 00, 01, 02, 03, 04, 05, v2, u2); in s_sosemanuk_internal() 686 STEP(00, 01, 02, 03, 04, 05, 06, 07, 08, 09, v2, u2); in s_sosemanuk_internal() 691 STEP(04, 05, 06, 07, 08, 09, 00, 01, 02, 03, v2, u2); in s_sosemanuk_internal() 696 STEP(08, 09, 00, 01, 02, 03, 04, 05, 06, 07, v2, u2); in s_sosemanuk_internal()
|
| /optee_os/core/arch/arm/plat-automotive_rd/ |
| H A D | conf.mk | 7 include core/arch/arm/cpu/neoverse-v2.mk
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | common.h | 208 uint8x16_t v2 = vld1q_u8(b + i); in mbedtls_xor() local 209 uint8x16_t x = veorq_u8(v1, v2); in mbedtls_xor()
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_utils_sgt.h | 54 } v2; member
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | int_mulo_impl.inc | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| H A D | int_div_impl.inc | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp131.dtsi | 28 operating-points-v2 = <&cpu0_opp_table>; 35 compatible = "operating-points-v2";
|
| H A D | sama7g5.dtsi | 35 operating-points-v2 = <&cpu_opp_table>; 41 compatible = "operating-points-v2";
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 2 The LLVM Project is under the Apache License v2.0 with LLVM Exceptions:
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | README.md | 59 …pport branch of Mbed TLS use a [Git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules…
|
| H A D | ChangeLog | 603 RSA context was configured for PKCS#1 v2.1 (PSS/OAEP), the sign/verify 1222 - RSA OAEP and PSS (PKCS#1 v2.1), PKCS5, PKCS12 and EC J-PAKE now use 3928 algorithms family when encrypting private keys using PKCS#5 v2.0. 4317 https://arxiv.org/abs/1702.08719v2. 4508 required by PKCS1 v2.2 5358 * Fix typo in rsa_copy() that impacted PKCS#1 v2 contexts 5769 PKCS#1 v2.1 functions 5835 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1 5962 * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1 6107 * Added support for PKCS#1 v2.1 encoding and thus support
|