/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_sizes.c | 20 void ecc_sizes(int *low, int *high) in ecc_sizes() argument 26 LTC_ARGCHKVD(high != NULL); in ecc_sizes() 29 *high = 0; in ecc_sizes() 36 if (size > *high) *high = size; in ecc_sizes()
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | error.h | 128 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 129 mbedtls_error_add( high, low, __FILE__, __LINE__ ) 157 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument 162 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 167 return( high + low ); in mbedtls_error_add()
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | error.h | 128 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 129 mbedtls_error_add( high, low, __FILE__, __LINE__ ) 157 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument 162 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 167 return( high + low ); in mbedtls_error_add()
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | error.h | 128 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 129 mbedtls_error_add( high, low, __FILE__, __LINE__ ) 157 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument 162 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 167 return( high + low ); in mbedtls_error_add()
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | error.h | 128 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 129 mbedtls_error_add( high, low, __FILE__, __LINE__ ) 157 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument 162 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 167 return( high + low ); in mbedtls_error_add()
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | error.h | 128 #define MBEDTLS_ERROR_ADD( high, low ) \ argument 129 mbedtls_error_add( high, low, __FILE__, __LINE__ ) 157 static inline int mbedtls_error_add( int high, int low, in mbedtls_error_add() argument 162 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add() 167 return( high + low ); in mbedtls_error_add()
|
/optee_os/core/include/drivers/ |
A D | stm32_gpio.h | 121 void stm32_gpio_set_output_level(unsigned int bank, unsigned int pin, int high); 130 int high) in stm32_pinctrl_set_gpio_level() argument 132 stm32_gpio_set_output_level(pinctrl->bank, pinctrl->pin, high); in stm32_pinctrl_set_gpio_level()
|
/optee_os/core/drivers/crypto/caam/ |
A D | caam_desc.c | 14 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/out/arm/export-ta_arm32/mk/ |
A D | compile.mk | 29 comp-cflags-warns-high = \ 40 comp-cflags-warns-high += $(call cc-option,-Wdeclaration-after-statement) 48 comp-cflags-warns-1:= $(comp-cflags-warns-high)
|
/optee_os/out/arm/export-ta_arm64/mk/ |
A D | compile.mk | 29 comp-cflags-warns-high = \ 40 comp-cflags-warns-high += $(call cc-option,-Wdeclaration-after-statement) 48 comp-cflags-warns-1:= $(comp-cflags-warns-high)
|
/optee_os/mk/ |
A D | compile.mk | 29 comp-cflags-warns-high = \ 40 comp-cflags-warns-high += $(call cc-option,-Wdeclaration-after-statement) 48 comp-cflags-warns-1:= $(comp-cflags-warns-high)
|
/optee_os/core/crypto/ |
A D | sm3.c | 201 uint32_t high, low; in sm3_final() local 204 high = (ctx->total[0] >> 29) | (ctx->total[1] << 3); in sm3_final() 207 PUT_UINT32_BE(high, msglen, 0); in sm3_final()
|
/optee_os/core/drivers/scmi-msg/ |
A D | clock.h | 137 uint32_t high; member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | sha512.c | 411 uint64_t high, low; in mbedtls_sha512_finish_ret() local 442 high = ( ctx->total[0] >> 61 ) in mbedtls_sha512_finish_ret() 446 sha512_put_uint64_be( high, ctx->buffer, 112 ); in mbedtls_sha512_finish_ret()
|
A D | md4.c | 329 uint32_t high, low; in mbedtls_md4_finish_ret() local 332 high = ( ctx->total[0] >> 29 ) in mbedtls_md4_finish_ret() 337 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_md4_finish_ret()
|
A D | md5.c | 324 uint32_t high, low; in mbedtls_md5_finish_ret() local 352 high = ( ctx->total[0] >> 29 ) in mbedtls_md5_finish_ret() 357 PUT_UINT32_LE( high, ctx->buffer, 60 ); in mbedtls_md5_finish_ret()
|
A D | sha256.c | 363 uint32_t high, low; in mbedtls_sha256_finish_ret() local 394 high = ( ctx->total[0] >> 29 ) in mbedtls_sha256_finish_ret() 398 PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha256_finish_ret()
|
A D | ripemd160.c | 396 uint32_t high, low; in mbedtls_ripemd160_finish_ret() local 399 high = ( ctx->total[0] >> 29 ) in mbedtls_ripemd160_finish_ret() 404 PUT_UINT32_LE( high, msglen, 4 ); in mbedtls_ripemd160_finish_ret()
|
A D | sha1.c | 376 uint32_t high, low; in mbedtls_sha1_finish_ret() local 407 high = ( ctx->total[0] >> 29 ) in mbedtls_sha1_finish_ret() 411 PUT_UINT32_BE( high, ctx->buffer, 56 ); in mbedtls_sha1_finish_ret()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 264 void ecc_sizes(int *low, int *high);
|
/optee_os/core/arch/arm/dts/ |
A D | at91-sama5d2_xplained.dts | 192 active-semi,vsel-high;
|
A D | fsl-lx2160a.dtsi | 695 interrupts = <0 28 0x4>; /* Level high type */ 707 interrupts = <0 63 0x4>; /* Level high type */
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 606 high- and low-level error codes, complementing mbedtls_strerror() 981 codes to always wrap these codes into X.509 high level error codes before 1331 primes with high probability. This does not have an impact on the
|