/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | memory_buffer_alloc.c | 65 memory_header *first; member 108 memory_header *cur = heap.first; in debug_chain() 175 memory_header *prv = heap.first, *cur; in verify_chain() 186 if( heap.first->prev != NULL ) in verify_chain() 195 cur = heap.first->next; in verify_chain() 514 if( heap.first->next == NULL ) in mbedtls_memory_buffer_alloc_status() 595 heap.first = (memory_header *)buf; in mbedtls_memory_buffer_alloc_init() 597 heap.first->magic1 = MAGIC1; in mbedtls_memory_buffer_alloc_init() 598 heap.first->magic2 = MAGIC2; in mbedtls_memory_buffer_alloc_init() 599 heap.first_free = heap.first; in mbedtls_memory_buffer_alloc_init() [all …]
|
A D | x509_create.c | 270 mbedtls_asn1_named_data *first ) in mbedtls_x509_write_names() argument 274 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names() 359 mbedtls_asn1_named_data *first ) in mbedtls_x509_write_extensions() argument 363 mbedtls_asn1_named_data *cur_ext = first; in mbedtls_x509_write_extensions()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_mulmod.c | 39 int first, bitbuf, bitcpy, bitcnt, mode, digidx; in ltc_ecc_mulmod() local 109 first = 1; in ltc_ecc_mulmod() 144 if (first == 1) { in ltc_ecc_mulmod() 147 first = 0; in ltc_ecc_mulmod() 170 if (first == 0) { in ltc_ecc_mulmod() 176 if (first == 1){ in ltc_ecc_mulmod() 179 first = 0; in ltc_ecc_mulmod()
|
A D | ltc_ecc_mul2add.c | 42 int err, first; in ltc_ecc_mul2add() local 129 first = 1; in ltc_ecc_mul2add() 151 if ((nA == 0) && (nB == 0) && (first == 1)) { in ltc_ecc_mul2add() 156 if (first == 0) { in ltc_ecc_mul2add() 164 if (first == 1) { in ltc_ecc_mul2add() 166 first = 0; in ltc_ecc_mul2add()
|
/optee_os/core/arch/arm/kernel/ |
A D | tee_time_arm_cntpct.c | 54 static uint8_t first, bits; in REGISTER_TIME_SOURCE() local 57 if (!first) { in REGISTER_TIME_SOURCE() 60 first = 1; in REGISTER_TIME_SOURCE()
|
/optee_os/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.h | 15 int rounds, int blocks, int first); 17 int rounds, int blocks, int first); 23 int rounds, int blocks, uint8_t ctr[], int first);
|
A D | aes_modes_armv8a_ce_a32.S | 148 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys
|
/optee_os/core/lib/libtomcrypt/src/math/fp/ |
A D | ltc_ecc_fp_mulmod.c | 861 first = 1; in _accel_fp_mul() 871 if (!first) { in _accel_fp_mul() 878 if (!first && z) { in _accel_fp_mul() 886 first = 0; in _accel_fp_mul() 1048 first = 1; in _accel_fp_mul2add() 1059 if (!first) { in _accel_fp_mul2add() 1066 if (!first) { in _accel_fp_mul2add() 1082 first = 0; in _accel_fp_mul2add() 1084 if (zB && first == 0) { in _accel_fp_mul2add() 1090 } else if (zB && first == 1) { in _accel_fp_mul2add() [all …]
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | x509.h | 339 mbedtls_asn1_named_data *first ); 341 mbedtls_asn1_named_data *first );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | x509.h | 339 mbedtls_asn1_named_data *first ); 341 mbedtls_asn1_named_data *first );
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | x509.h | 339 mbedtls_asn1_named_data *first ); 341 mbedtls_asn1_named_data *first );
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | x509.h | 339 mbedtls_asn1_named_data *first ); 341 mbedtls_asn1_named_data *first );
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | x509.h | 339 mbedtls_asn1_named_data *first ); 341 mbedtls_asn1_named_data *first );
|
/optee_os/ldelf/ |
A D | syscalls_a32.S | 31 @ Point just before the push (4 registers) above on the first argument
|
/optee_os/lib/libutee/arch/arm/ |
A D | utee_syscalls_a32.S | 39 @ Point just before the push (4 registers) above on the first argument
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 18 * Allocation by either the "first fit" or "best fit" 44 than 25 years have passed since the first implementation of this code. 129 When a call on bget() cannot be satisfied, BGET first checks if a 213 for the first call on <compact> for a given allocation request, and
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | README.md | 41 …oading shared libraries using dlopen(), you'll need to load libmbedcrypto first, then libmbedx509,… 130 These variables need to be adjusted when invoking cmake for the first time,
|
A D | ChangeLog | 1152 belongs to a different group from the first. Before, if an application 1153 passed keys that belonged to different group, the first key's data was 1324 incoming message buffer was placed within the first 64KiB of address 2464 when the first intermediate certificate has pathLenConstraint=0. Found by 2674 should generally be the first function called on this context after init: 2685 (see rename.pl and compat-1.3.h above) and their first argument's type 2879 1.3.10) (first reported by Martin Blumenstingl). 3069 * md_list() now returns hashes strongest first 3949 appended with '....' after first 28 octets 4188 * Fixed incorrect handling of negative first input [all …]
|
/optee_os/out/arm/core/ |
A D | tee.symb_sizes | 2312 000000000e17bc2b 0000000000000001 b first.2
|
A D | tee.dmp | 284 000000000e17bc2b l O .bss 0000000000000001 first.2 70103 e12d830: 54001764 b.mi e12db1c <inflate_table+0x3c0> // b.first 112937 e14afdc: 540000c4 b.mi e14aff4 <bget+0x80> // b.first 113616 e14b748: 54000224 b.mi e14b78c <raw_memalign+0x74> // b.first 113660 e14b7c0: 54000224 b.mi e14b804 <raw_malloc+0x5c> // b.first 113792 e14b908: 54000104 b.mi e14b928 <raw_realloc+0x38> // b.first
|
A D | tee.map | 27155 .bss.first.2 0x000000000e17bc2b 0x1 out/arm/core/arch/arm/kernel/tee_time_arm_cntpct.o
|
/optee_os/ |
A D | CHANGELOG.md | 1499 N/A since this is the first release tag on OP-TEE.
|
/optee_os/out/arm/ldelf/ |
A D | ldelf.dmp | 7729 4df4: 540000c4 b.mi 4e0c <bget+0x80> // b.first 8372 551c: 54000224 b.mi 5560 <raw_malloc+0x5c> // b.first 8467 5610: 54000104 b.mi 5630 <raw_realloc+0x38> // b.first
|