Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 5 of 5) sorted by relevance

/optee_os/scripts/
H A Darm32_sysreg.py26 print('\t.macro read_' + reg_name.lower() + ' reg0, reg1')
35 print('\t.macro write_' + reg_name.lower() + ' reg0, reg1')
44 print('\t.macro read_' + reg_name.lower() + ' reg')
53 print('\t.macro write_' + reg_name.lower() + ' reg')
62 print('\t.macro write_' + reg_name.lower())
72 print('static inline __noprof uint64_t read_' + reg_name.lower() +
88 print('static inline __noprof void write_' + reg_name.lower() +
100 print('static inline __noprof uint32_t read_' + reg_name.lower() +
116 print('static inline __noprof void write_' + reg_name.lower() +
128 print('static inline __noprof void write_' + reg_name.lower() + '(void)')
/optee_os/core/drivers/crypto/hisilicon/
H A Dhisi_qm.h41 #define ADDR_U64(upper, lower) ((uint64_t)(upper) << 32 | (lower)) argument
/optee_os/core/crypto/
H A Daes-gcm.c349 uint32_t lower = 0; in internal_aes_gcm_inc_ctr() local
352 lower = c + 1; in internal_aes_gcm_inc_ctr()
353 c = (c & GENMASK_64(63, 32)) | lower; in internal_aes_gcm_inc_ctr()
360 uint32_t lower = 0; in internal_aes_gcm_dec_ctr() local
363 lower = c - 1; in internal_aes_gcm_dec_ctr()
364 c = (c & GENMASK_64(63, 32)) | lower; in internal_aes_gcm_dec_ctr()
/optee_os/core/pta/veraison_attestation/
H A DREADME.md17 …TA, but there is no mechanism to establish trust in the PTA itself from a lower-level entity, such…
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2670 lower bits. Fix contributed in #3540.
3425 upper and lower case. Reported by Henrik Andersson of Bosch GmbH in issue
6006 * Added ssl_set_max_version() to allow clients to offer a lower maximum