Searched refs:work (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/lib/zlib/ |
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]];
|
A D | inftrees.h | 63 unsigned FAR *bits, unsigned short FAR *work));
|
A D | inflate.h | 121 unsigned short work[288]; /* work area for code table building */ member
|
A D | inflate.c | 301 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 308 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 956 &(state->lenbits), state->work); 1030 &(state->lenbits), state->work); 1039 &(state->next), &(state->distbits), state->work);
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | des.c | 1412 right ^= work; in desfunc() 1416 right ^= work; in desfunc() 1420 leftt ^= work; in desfunc() 1424 leftt ^= work; in desfunc() 1430 leftt ^= work; in desfunc() 1431 right ^= work; in desfunc() 1476 leftt ^= work; in desfunc() 1477 right ^= work; in desfunc() 1480 right ^= work; in desfunc() 1484 right ^= work; in desfunc() [all …]
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | pkcs5.c | 228 unsigned char work[MBEDTLS_MD_MAX_SIZE]; in mbedtls_pkcs5_pbkdf2_hmac() local 254 if( ( ret = mbedtls_md_hmac_finish( ctx, work ) ) != 0 ) in mbedtls_pkcs5_pbkdf2_hmac() 260 memcpy( md1, work, md_size ); in mbedtls_pkcs5_pbkdf2_hmac() 278 work[j] ^= md1[j]; in mbedtls_pkcs5_pbkdf2_hmac() 282 memcpy( out_p, work, use_len ); in mbedtls_pkcs5_pbkdf2_hmac() 294 mbedtls_platform_zeroize( work, MBEDTLS_MD_MAX_SIZE ); in mbedtls_pkcs5_pbkdf2_hmac()
|
/optee_os/lib/libmbedtls/mbedtls/ |
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
|
A D | LICENSE | 36 "Work" shall mean the work of authorship, whether in Source or 38 copyright notice that is included in or attached to the work 41 "Derivative Works" shall mean any work, whether in Source or Object 44 represent, as a whole, an original work of authorship. For the purposes 49 "Contribution" shall mean any work of authorship, including 162 work stoppage, computer failure or malfunction, or any and all 179 APPENDIX: How to apply the Apache License to your work. 181 To apply the Apache License to your work, attach the following
|
A D | README.md | 24 …en.nl/) is installed. We use version 1.8.11 but slightly older or more recent versions should work. 48 …8, IAR8 and Visual Studio 2013. More recent versions should work. Slightly older versions may work. 129 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
|
A D | CONTRIBUTING.md | 20 1. Send a pull request (PR) and work with us until it gets merged and published. Contributions may … 28 …ould not be necessary for a user to make any changes to their own code to work with a newer versio…
|
A D | ChangeLog | 882 mbedtls_hmac_drbg_set_entropy_len() now work if you call them before 1417 * Change the dtls_client and dtls_server samples to work by default over 1641 * Changed the Clang parameters used in the CMake build files to work for 1643 work. Fixes #1072 1837 * Fix test_suite_pk to work on 64-bit ILP32 systems. #849 2016 writing routines that prevented these functions to work with alternative
|
/optee_os/core/arch/arm/dts/ |
A D | at91-sama5d2_xplained.dts | 454 * The ADTRG pin can work on any edge type.
|
Completed in 24 milliseconds