Home
last modified time | relevance | path

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

/mbedtls-3.4.0/3rdparty/everest/library/kremlib/
DFStar_UInt128_extracted.c22 return projectee.high; in FStar_UInt128___proj__Mkuint128__item__high()
38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add()
46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec()
53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod()
60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub()
68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec()
76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_mod_impl()
87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; in FStar_UInt128_logand()
93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; in FStar_UInt128_logxor()
99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; in FStar_UInt128_logor()
[all …]
/mbedtls-3.4.0/include/mbedtls/
Derror.h124 #define MBEDTLS_ERROR_ADD( high, low ) \ argument
125 mbedtls_error_add( high, low, __FILE__, __LINE__ )
153 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument
158 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add()
163 return( high + low ); in mbedtls_error_add()
/mbedtls-3.4.0/tests/suites/
Dtest_suite_error.data5 Single high error
9 Low and high error
13 Non existing high error
19 Non existing low and high error
Dtest_suite_base64.function22 unsigned char low = low_arg, high = high_arg;
28 unsigned char m = mbedtls_ct_uchar_mask_of_range( low, high, c );
31 if( low <= c && c <= high )
Dtest_suite_random.function14 * This must be high enough that the probability of generating the same
Dhost_test.function322 * At high optimization levels (e.g. gcc -O3), this function may be
Dtest_suite_ecp.data529 ECP generate Montgomery key: Curve448, set high bit
/mbedtls-3.4.0/tests/src/
Dhelpers.c299 void mbedtls_test_err_add_check( int high, int low, in mbedtls_test_err_add_check() argument
314 if ( high > -0x1000 && high != 0 ) in mbedtls_test_err_add_check()
322 else if ( high < -0x7F80 ) in mbedtls_test_err_add_check()
330 else if ( ( high & 0x7F ) != 0 ) in mbedtls_test_err_add_check()
/mbedtls-3.4.0/scripts/data_files/
Derror.fmt42 /* Extract the high-level part from the error code. */
100 // Translate high level error code.
121 // If high level code is present, make a concatenation between both
/mbedtls-3.4.0/library/
Dconstant_time_invasive.h46 unsigned char high,
Dmd5.c271 uint32_t high, low; in mbedtls_md5_finish() local
299 high = ( ctx->total[0] >> 29 ) in mbedtls_md5_finish()
304 MBEDTLS_PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish()
Dsha256.c609 uint32_t high, low; in mbedtls_sha256_finish() local
637 high = ( ctx->total[0] >> 29 ) in mbedtls_sha256_finish()
641 MBEDTLS_PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha256_finish()
Dripemd160.c343 uint32_t high, low; in mbedtls_ripemd160_finish() local
346 high = ( ctx->total[0] >> 29 ) in mbedtls_ripemd160_finish()
351 MBEDTLS_PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_ripemd160_finish()
Dsha1.c305 uint32_t high, low; in mbedtls_sha1_finish() local
333 high = ( ctx->total[0] >> 29 ) in mbedtls_sha1_finish()
337 MBEDTLS_PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha1_finish()
Dconstant_time.c166 unsigned char high, in mbedtls_ct_uchar_mask_of_range() argument
172 unsigned high_mask = ( (unsigned) high - c ) >> 8; in mbedtls_ct_uchar_mask_of_range()
Dsha512.c765 uint64_t high, low; in mbedtls_sha512_finish() local
793 high = ( ctx->total[0] >> 61 ) in mbedtls_sha512_finish()
797 sha512_put_uint64_be( high, ctx->buffer, 112 ); in mbedtls_sha512_finish()
/mbedtls-3.4.0/3rdparty/everest/include/everest/kremlin/internal/
Dtypes.h55 uint64_t high; member
/mbedtls-3.4.0/tests/include/test/
Dhelpers.h268 void mbedtls_test_err_add_check( int high, int low,
/mbedtls-3.4.0/docs/architecture/
Dpsa-crypto-implementation-structure.md8 This document describes the high level organization of the Mbed TLS PSA Cryptography API implementa…
/mbedtls-3.4.0/docs/
D3.0-migration-guide.md158 Please also refer to the section [High-level crypto](#high-level-crypto) for
/mbedtls-3.4.0/
DChangeLog1529 high- and low-level error codes, complementing mbedtls_strerror()
1904 codes to always wrap these codes into X.509 high level error codes before
2254 primes with high probability. This does not have an impact on the
/mbedtls-3.4.0/docs/proposed/
Dpsa-driver-interface.md27 The present specification was designed to fulfill the following high-level requirements.