| /optee_os/lib/libutils/isoc/include/ |
| H A D | stdint.h | 177 #define U(v) v ## U argument 178 #define UL(v) v ## UL argument 179 #define ULL(v) v ## ULL argument 180 #define L(v) v ## L argument 181 #define LL(v) v ## LL argument 186 #define INT8_C(v) v argument 187 #define UINT8_C(v) v argument 188 #define INT16_C(v) v argument 189 #define UINT16_C(v) v argument 190 #define INT32_C(v) v argument [all …]
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | softfloat_types.h | 51 typedef struct { uint32_t v; } float32_t; member 52 typedef struct { uint64_t v; } float64_t; member 53 typedef struct { uint64_t v[2]; } float128_t; member
|
| H A D | primitiveTypes.h | 47 struct uint64_extra { uint64_t extra, v; }; member 48 struct uint128_extra { uint64_t extra; struct uint128 v; }; member 51 struct uint64_extra { uint64_t v, extra; }; member 52 struct uint128_extra { struct uint128 v; uint64_t extra; }; member
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_struct.h | 91 const struct psa_hash_operation_s v = PSA_HASH_OPERATION_INIT; in psa_hash_operation_init() local 123 const struct psa_cipher_operation_s v = PSA_CIPHER_OPERATION_INIT; in psa_cipher_operation_init() local 155 const struct psa_mac_operation_s v = PSA_MAC_OPERATION_INIT; in psa_mac_operation_init() local 194 const struct psa_aead_operation_s v = PSA_AEAD_OPERATION_INIT; in psa_aead_operation_init() local 222 const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT; in psa_key_derivation_operation_init() local 278 const struct psa_key_policy_s v = PSA_KEY_POLICY_INIT; in psa_key_policy_init() local 331 const struct psa_key_attributes_s v = PSA_KEY_ATTRIBUTES_INIT; in psa_key_attributes_init() local 479 const struct psa_sign_hash_interruptible_operation_s v = in psa_sign_hash_interruptible_operation_init() local 517 const struct psa_verify_hash_interruptible_operation_s v = in psa_verify_hash_interruptible_operation_init() local
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_io.h | 22 #define caam_write_val32(a, v) put_be32(a, v) argument 30 #define caam_write_val32(a, v) put_le32(a, v) argument 33 #define caam_write_val64(a, v) put_le64(a, v) argument
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/bit/ |
| H A D | der_decode_raw_bit_string.c | 13 #define SETBIT(v, n) (v=((unsigned char)(v) | (1U << (unsigned char)(n)))) argument 14 #define CLRBIT(v, n) (v=((unsigned char)(v) & ~(1U << (unsigned char)(n)))) argument
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_argchk.c | 11 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk()
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | vfp.h | 23 uint64_t v; member 45 uint8_t v[16]; member
|
| /optee_os/lib/libutils/compiler-rt/lib/builtins/ |
| H A D | udivmodti4.c | 23 static inline du_int udiv128by64to64default(du_int u1, du_int u0, du_int v, in udiv128by64to64default() 84 static inline du_int udiv128by64to64(du_int u1, du_int u0, du_int v, in udiv128by64to64()
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | util.h | 59 #define ROUNDUP2(v, size) \ argument 78 #define ROUNDUP_OVERFLOW(v, size, res) \ argument 101 #define ROUNDUP2_OVERFLOW(v, size, res) \ argument 142 #define ROUNDDOWN2(v, size) \ argument 197 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 198 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
| H A D | der_encode_set.c | 13 static int s_ltc_to_asn1(ltc_asn1_type v) in s_ltc_to_asn1()
|
| /optee_os/core/lib/libtomcrypt/src/misc/ |
| H A D | compare_testvector.c | 12 static void s_print_hex(const char* what, const void* v, const unsigned long l) in s_print_hex()
|
| /optee_os/core/kernel/ |
| H A D | boot.c | 20 uint32_t v; in get_dt_val_and_advance() local 26 uint64_t v; in get_dt_val_and_advance() local
|
| /optee_os/lib/libutee/ |
| H A D | tee_uuid_from_str.c | 25 uint32_t v = 0; in parse_hex() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/ |
| H A D | der_length_printable_string.c | 102 int der_printable_value_decode(int v) in der_printable_value_decode()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/ |
| H A D | der_length_teletex_string.c | 146 int der_teletex_value_decode(int v) in der_teletex_value_decode()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/ |
| H A D | der_length_ia5_string.c | 130 int der_ia5_value_decode(int v) in der_ia5_value_decode()
|
| /optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
| H A D | dsa_verify_hash.c | 27 void *w, *v, *u1, *u2; in dsa_verify_hash_raw() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_sign_hash.c | 33 int v = 0; in ecc_sign_hash_ex() local
|
| H A D | ecc_verify_hash.c | 29 void *r, *s, *v, *w, *u1, *u2, *e, *p, *m, *a, *a_plus3; in ecc_verify_hash_ex() local
|
| 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
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs12/ |
| H A D | pkcs12_kdf.c | 15 unsigned long v = hash_descriptor[hash_id]->blocksize; in pkcs12_kdf() local
|
| /optee_os/core/arch/arm/plat-sunxi/ |
| H A D | main.c | 103 vaddr_t v = (vaddr_t)phys_to_virt(SUNXI_TZPC_BASE, MEM_AREA_IO_SEC, in tzpc_init() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkcs12.c | 271 int use_password, size_t hlen, size_t v) in calculate_hashes() 342 size_t hlen, use_len, v, i; in mbedtls_pkcs12_derivation() local
|
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 76 vaddr_t v = ROUNDDOWN(pool->data + sz, sizeof(long) * 2); in init_mpool() local
|