| /optee_os/core/lib/zlib/ |
| H A D | inftrees.c | 33 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument 39 unsigned short FAR *work; 148 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; 184 base = extra = work; /* dummy value--not used */ 218 if (work[sym] + 1U < match) { 220 here.val = work[sym]; 222 else if (work[sym] >= match) { 223 here.op = (unsigned char)(extra[work[sym] - match]); 224 here.val = base[work[sym] - match]; 255 len = lens[work[sym]];
|
| H A D | inftrees.h | 63 unsigned FAR *bits, unsigned short FAR *work));
|
| H A D | inflate.h | 122 unsigned short work[288]; /* work area for code table building */ member
|
| H A D | inflate.c | 302 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 309 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 965 &(state->lenbits), state->work); 1040 &(state->lenbits), state->work); 1049 &(state->next), &(state->distbits), state->work);
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | des.c | 1397 ulong32 work, right, leftt; in desfunc() local 1404 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc() 1405 right ^= work; in desfunc() 1406 leftt ^= (work << 4); in desfunc() 1408 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc() 1409 right ^= work; in desfunc() 1410 leftt ^= (work << 16); in desfunc() 1412 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc() 1413 leftt ^= work; in desfunc() 1414 right ^= (work << 2); in desfunc() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkcs5.c | 277 unsigned char work[MBEDTLS_MD_MAX_SIZE]; in pkcs5_pbkdf2_hmac() local 306 if ((ret = mbedtls_md_hmac_finish(ctx, work)) != 0) { in pkcs5_pbkdf2_hmac() 314 memcpy(md1, work, md_size); in pkcs5_pbkdf2_hmac() 333 mbedtls_xor(work, work, md1, md_size); in pkcs5_pbkdf2_hmac() 337 memcpy(out_p, work, use_len); in pkcs5_pbkdf2_hmac() 351 mbedtls_platform_zeroize(work, MBEDTLS_MD_MAX_SIZE); in pkcs5_pbkdf2_hmac()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 43 "Work" shall mean the work of authorship, whether in Source or 45 copyright notice that is included in or attached to the work 48 "Derivative Works" shall mean any work, whether in Source or Object 51 represent, as a whole, an original work of authorship. For the purposes 56 "Contribution" shall mean any work of authorship, including 169 work stoppage, computer failure or malfunction, or any and all 186 APPENDIX: How to apply the Apache License to your work. 188 To apply the Apache License to your work, attach the following 276 0. This License applies to any program or other work which contains 279 refers to any such program or work, and a "work based on the Program" [all …]
|
| H A D | dco.txt | 21 (b) The contribution is based upon previous work that, to the best 24 work with modifications, whether created in whole or in part
|
| H A D | README.md | 50 …, IAR 8 and Visual Studio 2017. More recent versions should work. Slightly older versions may work. 55 * Doxygen 1.8.11 or later (if building the documentation; slightly older versions should work). 162 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables). 302 …ryptographic accelerators, secure elements and random generators. This is work in progress. Please…
|
| H A D | CONTRIBUTING.md | 27 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 33 …ould not be necessary for a user to make any changes to their own code to work with a newer versio…
|
| H A D | ChangeLog | 160 * When MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE is disabled, work with 319 would not work. Fixes #8537. 729 key exchanges based on ECDH(E) to work, this requires 869 was sufficient for a particular program to work, it would only print 1034 and TLS to fully work, this requires MBEDTLS_USE_PSA_CRYPTO to be enabled. 1049 corresponding TLS 1.2 key exchange to work, MBEDTLS_USE_PSA_CRYPTO needs 1234 As a consequence, they now work in configurations where the built-in 1659 targets work when MbedTLS is built as a subdirectory. This allows the 2986 mbedtls_hmac_drbg_set_entropy_len() now work if you call them before 3521 * Change the dtls_client and dtls_server samples to work by default over [all …]
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 39 "Work" shall mean the work of authorship, whether in Source or 41 copyright notice that is included in or attached to the work 44 "Derivative Works" shall mean any work, whether in Source or Object 47 represent, as a whole, an original work of authorship. For the purposes 52 "Contribution" shall mean any work of authorship, including 165 work stoppage, computer failure or malfunction, or any and all 182 APPENDIX: How to apply the Apache License to your work. 184 To apply the Apache License to your work, attach the following
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 108 includes mixed definite and indefinte maps and arrays. (Some work 209 this work straight away, whatever your development environment is. 505 is less work, there is less complexity and less testing to worry
|
| /optee_os/core/arch/arm/dts/ |
| H A D | at91-sama5d2_xplained.dts | 450 * The ADTRG pin can work on any edge type.
|