Home
last modified time | relevance | path

Searched refs:high (Results 1 – 23 of 23) sorted by relevance

/optee_os/lib/libutils/compiler-rt/lib/builtins/
H A Dudivmodti4.c114 if (divisor.s.high == 0) { in __udivmodti4()
115 remainder.s.high = 0; in __udivmodti4()
116 if (dividend.s.high < divisor.s.low) { in __udivmodti4()
118 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4()
120 quotient.s.high = 0; in __udivmodti4()
124 quotient.s.high = dividend.s.high / divisor.s.low; in __udivmodti4()
125 dividend.s.high = dividend.s.high % divisor.s.low; in __udivmodti4()
126 quotient.s.low = udiv128by64to64(dividend.s.high, dividend.s.low, in __udivmodti4()
135 __builtin_clzll(divisor.s.high) - __builtin_clzll(dividend.s.high); in __udivmodti4()
137 quotient.s.high = 0; in __udivmodti4()
H A Dint_types.h45 si_int high; member
47 si_int high;
58 su_int high; member
60 su_int high;
87 di_int high; member
89 di_int high;
100 du_int high; member
102 du_int high;
110 r.s.high = (du_int)h; in make_ti()
117 r.s.high = h; in make_tu()
[all …]
H A Dashlti3.c28 result.s.high = input.s.low << (b - bits_in_dword); in __ashlti3()
33 result.s.high = in __ashlti3()
34 ((du_int)input.s.high << b) | (input.s.low >> (bits_in_dword - b)); in __ashlti3()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Derror.h113 #define MBEDTLS_ERROR_ADD(high, low) \ argument
114 mbedtls_error_add(high, low, __FILE__, __LINE__)
142 static inline int mbedtls_error_add(int high, int low, in mbedtls_error_add() argument
147 (*mbedtls_test_hook_error_add)(high, low, file, line); in mbedtls_error_add()
153 return high + low; in mbedtls_error_add()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c13 void ecc_sizes(int *low, int *high) in ecc_sizes() argument
19 LTC_ARGCHKVD(high != NULL); in ecc_sizes()
22 *high = 0; in ecc_sizes()
29 if (size > *high) *high = size; in ecc_sizes()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_desc.c14 uint32_t high; member
18 uint32_t high;
61 caam_write_val32(&ptr_addr->high, ptr >> 32); in caam_desc_add_ptr()
63 caam_write_val32(&ptr_addr->high, 0); in caam_desc_add_ptr()
/optee_os/mk/
H A Dcompile.mk29 comp-cflags-warns-high = \
40 comp-cflags-warns-high += $(call cc-option,-Wpacked-not-aligned)
41 comp-cflags-warns-high += $(call cc-option,-Waddress-of-packed-member)
43 comp-cflags-warns-high += $(call cc-option,-Wdeclaration-after-statement)
51 comp-cflags-warns-1:= $(comp-cflags-warns-high)
/optee_os/core/drivers/scmi-msg/
H A Dclock.h137 uint32_t high; member
/optee_os/core/crypto/
H A Dsm3.c231 uint32_t high, low; in sm3_final() local
234 high = (ctx->total[0] >> 29) | (ctx->total[1] << 3); in sm3_final()
237 PUT_UINT32_BE(high, msglen, 0); in sm3_final()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dconstant_time_impl.h392 unsigned char high, in mbedtls_ct_uchar_in_range_if() argument
402 unsigned high_mask = ((unsigned) high - co) >> 8; in mbedtls_ct_uchar_in_range_if()
H A Dconstant_time_internal.h398 unsigned char high,
H A Dmd5.c260 uint32_t high, low; in mbedtls_md5_finish() local
286 high = (ctx->total[0] >> 29) in mbedtls_md5_finish()
291 MBEDTLS_PUT_UINT32_LE(high, ctx->buffer, 60); in mbedtls_md5_finish()
H A Dsha1.c296 uint32_t high, low; in mbedtls_sha1_finish() local
322 high = (ctx->total[0] >> 29) in mbedtls_sha1_finish()
326 MBEDTLS_PUT_UINT32_BE(high, ctx->buffer, 56); in mbedtls_sha1_finish()
H A Dripemd160.c332 uint32_t high, low; in mbedtls_ripemd160_finish() local
335 high = (ctx->total[0] >> 29) in mbedtls_ripemd160_finish()
340 MBEDTLS_PUT_UINT32_LE(high, msglen, 4); in mbedtls_ripemd160_finish()
H A Dsha256.c705 uint32_t high, low; in mbedtls_sha256_finish() local
732 high = (ctx->total[0] >> 29) in mbedtls_sha256_finish()
736 MBEDTLS_PUT_UINT32_BE(high, ctx->buffer, 56); in mbedtls_sha256_finish()
H A Dsha512.c819 uint64_t high, low; in mbedtls_sha512_finish() local
846 high = (ctx->total[0] >> 61) in mbedtls_sha512_finish()
850 sha512_put_uint64_be(high, ctx->buffer, 112); in mbedtls_sha512_finish()
/optee_os/core/arch/arm/crypto/
H A Dsm4_armv8a_aese_a64.S131 .macro multi_matrix, x, high, low, tmp
135 tbl \tmp\().16b, {\high\().16b}, \tmp\().16b
417 .macro inc_le128, vctr, low, high argument
418 mov \vctr\().d[1], \high
420 adds \high, \high, #1
H A Dsm4_armv8a_ce_a64.S328 .macro inc_le128, vctr, low, high argument
329 mov \vctr\().d[1], \high
331 adds \high, \high, #1
/optee_os/core/arch/arm/dts/
H A Dstm32mp15xx-dhcor-avenger96.dtsi105 enable-active-high;
H A Dat91-sama5d2_xplained.dts192 active-semi,vsel-high;
H A Dfsl-lx2160a.dtsi713 interrupts = <0 28 0x4>; /* Level high type */
725 interrupts = <0 63 0x4>; /* Level high type */
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h259 void ecc_sizes(int *low, int *high);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog36 they were free()d, resulting in high risk of use-after-free or double-free,
437 This affects both the low-level modules and the high-level APIs
889 * Fix very high stack usage in SSL debug code. Reported by Maximilian
2710 high- and low-level error codes, complementing mbedtls_strerror()
3085 codes to always wrap these codes into X.509 high level error codes before
3435 primes with high probability. This does not have an impact on the