Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dtee_time_arm_cntpct.c50 static uint8_t first, bits; in plat_prng_add_jitter_entropy() local
53 if (!first) { in plat_prng_add_jitter_entropy()
56 first = 1; in plat_prng_add_jitter_entropy()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mulmod.c32 int first, bitbuf, bitcpy, bitcnt, mode, digidx; in ltc_ecc_mulmod() local
102 first = 1; in ltc_ecc_mulmod()
137 if (first == 1) { in ltc_ecc_mulmod()
140 first = 0; in ltc_ecc_mulmod()
163 if (first == 0) { in ltc_ecc_mulmod()
169 if (first == 1){ in ltc_ecc_mulmod()
172 first = 0; in ltc_ecc_mulmod()
H A Dltc_ecc_mul2add.c35 int err, first; in ltc_ecc_mul2add() local
122 first = 1; in ltc_ecc_mul2add()
144 if ((nA == 0) && (nB == 0) && (first == 1)) { in ltc_ecc_mul2add()
149 if (first == 0) { in ltc_ecc_mul2add()
157 if (first == 1) { in ltc_ecc_mul2add()
159 first = 0; in ltc_ecc_mul2add()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmemory_buffer_alloc.c51 memory_header *first; member
95 memory_header *cur = heap.first; in debug_chain()
155 memory_header *prv = heap.first, *cur; in verify_chain()
165 if (heap.first->prev != NULL) { in verify_chain()
173 cur = heap.first->next; in verify_chain()
210 if (heap.buf == NULL || heap.first == NULL) { in buffer_alloc_calloc()
365 if (ptr == NULL || heap.buf == NULL || heap.first == NULL) { in buffer_alloc_free()
503 if (heap.first->next == NULL) { in mbedtls_memory_buffer_alloc_status()
589 heap.first = (memory_header *) buf; in mbedtls_memory_buffer_alloc_init()
590 heap.first->size = len - sizeof(memory_header); in mbedtls_memory_buffer_alloc_init()
[all …]
H A Dx509_internal.h55 mbedtls_asn1_named_data *first);
57 mbedtls_asn1_named_data *first);
H A Dx509_create.c451 mbedtls_asn1_named_data *first) in mbedtls_x509_write_names() argument
455 mbedtls_asn1_named_data *cur = first; in mbedtls_x509_write_names()
553 mbedtls_asn1_named_data *first) in mbedtls_x509_write_extensions() argument
557 mbedtls_asn1_named_data *cur_ext = first; in mbedtls_x509_write_extensions()
/optee_os/core/arch/arm/crypto/
H 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);
H A Daes_modes_armv8a_ce_a32.S148 vld1.8 {q8-q9}, [\rk] @ load first 2 round keys
/optee_os/core/drivers/
H A Dversal_sha3_384.c21 uint32_t first = VERSAL_SHA3_384_FIRST_PACKET; in input_plaintext() local
33 arg.data[0] = first | VERSAL_SHA3_384_NEXT_PACKET | len; in input_plaintext()
40 first = 0; in input_plaintext()
H A Dversal_nvm.c255 uint32_t first, size_t num) in versal_efuse_read_user_data() argument
258 .start = first, in versal_efuse_read_user_data()
266 if (first + num > EFUSE_MAX_USER_FUSES || len < num * sizeof(uint32_t)) in versal_efuse_read_user_data()
363 uint32_t first, size_t num) in versal_efuse_write_user_data() argument
368 .start = first, in versal_efuse_write_user_data()
378 if (first + num > EFUSE_MAX_USER_FUSES || len < num * sizeof(uint32_t)) in versal_efuse_write_user_data()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c223 size_t *first, size_t *hmac_nb_regs, in get_save_registers() argument
229 *first = SAVE_SMALL_FIRST_REG; in get_save_registers()
238 *first = SAVE_BIG_FIRST_REG; in get_save_registers()
247 *first = SAVE_SHA3_FIRST_REG; in get_save_registers()
264 size_t first = 0; in save_context() local
281 get_save_registers(c, &nb_reg, &first, &hmac_nb_reg, &hmac_first); in save_context()
288 c->csr[i] = io_read32(base + _HASH_CSR(i + first)); in save_context()
301 size_t first = 0; in restore_context() local
310 get_save_registers(c, &nb_reg, &first, &hmac_nb_reg, &hmac_first); in restore_context()
317 io_write32(base + _HASH_CSR(i + first), c->csr[i]); in restore_context()
[all …]
/optee_os/core/lib/libtomcrypt/src/math/fp/
H A Dltc_ecc_fp_mulmod.c776 unsigned y, z, err, bitlen, bitpos, lut_gap, first; in s_accel_fp_mul() local
854 first = 1; in s_accel_fp_mul()
864 if (!first) { in s_accel_fp_mul()
871 if (!first && z) { in s_accel_fp_mul()
879 first = 0; in s_accel_fp_mul()
901 unsigned y, z, err, bitlen, bitpos, lut_gap, first, zA, zB; in ss_accel_fp_mul2add() local
1041 first = 1; in ss_accel_fp_mul2add()
1052 if (!first) { in ss_accel_fp_mul2add()
1059 if (!first) { in ss_accel_fp_mul2add()
1075 first = 0; in ss_accel_fp_mul2add()
[all …]
/optee_os/ldelf/
H A Dsyscalls_a32.S31 @ Point just before the push (4 registers) above on the first argument
/optee_os/lib/libutee/arch/arm/
H A Dutee_syscalls_a32.S41 @ Point just before the push (4 registers) above on the first argument
/optee_os/core/include/drivers/
H A Dversal_nvm.h228 uint32_t first, size_t num);
234 uint32_t first, size_t num);
/optee_os/lib/libmbedtls/mbedtls/
H A D.uncrustify.cfg107 # No spaces inside the first parentheses in a function type
152 # (Uncrustify >= 0.73.0) Remove space in empty first statement of a for
238 # Disable removal of leading spaces in a multi-line comment if the first and
H A DREADME.md163 These variables need to be adjusted when invoking cmake for the first time,
232 In the development branch of Mbed TLS, the Visual Studio solution files need to be generated first
H A DChangeLog1365 first algorithm would not get sent and an entry consisting of two random
1479 first ClientHello was not suitable to the server.
1598 been received yet when we first try to fetch it.
1611 * Fix a TLS 1.3 handshake failure when the first attempt to send the client
1926 leaving the PSK that was configured first intact.
3256 belongs to a different group from the first. Before, if an application
3257 passed keys that belonged to different group, the first key's data was
3428 incoming message buffer was placed within the first 64KiB of address
4568 when the first intermediate certificate has pathLenConstraint=0. Found by
4778 should generally be the first function called on this context after init:
[all …]
/optee_os/core/pta/veraison_attestation/
H A DREADME.md7 …y contents of the calling TA, but there is no way to establish trust in the PTA in the first place.
/optee_os/lib/libutils/isoc/
H 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/
H A DCHANGELOG.md1950 N/A since this is the first release tag on OP-TEE.