Home
last modified time | relevance | path

Searched refs:first (Results 1 – 23 of 23) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmemory_buffer_alloc.c65 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 Dx509_create.c270 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 Dltc_ecc_mulmod.c39 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 Dltc_ecc_mul2add.c42 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 Dtee_time_arm_cntpct.c54 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 Daes_armv8a_ce.h15 int rounds, int blocks, int first);
17 int rounds, int blocks, int first);
23 int rounds, int blocks, uint8_t ctr[], int first);
A Daes_modes_armv8a_ce_a32.S148 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys
/optee_os/core/lib/libtomcrypt/src/math/fp/
A Dltc_ecc_fp_mulmod.c861 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 Dx509.h339 mbedtls_asn1_named_data *first );
341 mbedtls_asn1_named_data *first );
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h339 mbedtls_asn1_named_data *first );
341 mbedtls_asn1_named_data *first );
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Dx509.h339 mbedtls_asn1_named_data *first );
341 mbedtls_asn1_named_data *first );
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Dx509.h339 mbedtls_asn1_named_data *first );
341 mbedtls_asn1_named_data *first );
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Dx509.h339 mbedtls_asn1_named_data *first );
341 mbedtls_asn1_named_data *first );
/optee_os/ldelf/
A Dsyscalls_a32.S31 @ Point just before the push (4 registers) above on the first argument
/optee_os/lib/libutee/arch/arm/
A Dutee_syscalls_a32.S39 @ Point just before the push (4 registers) above on the first argument
/optee_os/lib/libutils/isoc/
A Dbget.doc18 * 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 DREADME.md41 …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 DChangeLog1152 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 Dtee.symb_sizes2312 000000000e17bc2b 0000000000000001 b first.2
A Dtee.dmp284 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 Dtee.map27155 .bss.first.2 0x000000000e17bc2b 0x1 out/arm/core/arch/arm/kernel/tee_time_arm_cntpct.o
/optee_os/
A DCHANGELOG.md1499 N/A since this is the first release tag on OP-TEE.
/optee_os/out/arm/ldelf/
A Dldelf.dmp7729 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

Completed in 284 milliseconds