Searched refs:two (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/math/ |
A D | gmp_desc.c | 294 mpz_t t1, C, Q, S, Z, M, T, R, two; in sqrtmod_prime() local 311 mpz_init(T); mpz_init(R); mpz_init(two); in sqrtmod_prime() 362 mpz_set_ui(two, 2); in sqrtmod_prime() 369 mpz_powm(t1, t1, two, prime); in sqrtmod_prime() 379 mpz_powm(t1, two, t1, prime); in sqrtmod_prime() 399 mpz_clear(T); mpz_clear(R); mpz_clear(two); in sqrtmod_prime()
|
/optee_os/core/lib/libfdt/ |
A D | README.license | 4 This dtc package contains two pieces of software: dtc itself, and 6 two pieces of software, although closely related, are quite distinct. 8 versa. It is important that these two pieces of software have
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 29 * Quantisation of buffer sizes to a power of two to 47 to name two, on which programs have obtained substantial speed-ups by 108 and bgetr() (the last two permit the allocation of buffers initialised 303 MUST be a power of two. */
|
/optee_os/ |
A D | CHANGELOG.md | 1383 Linux Driver has been refactored. It is now split in two parts:
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 1357 an error if this was not possible. Now the salt size may be up to two bytes 2700 * The SSL debug callback gained two new arguments (file name, line number). 2854 * New script memory.sh helps measuring the ROM and RAM requirements of two
|
Completed in 12 milliseconds