Home
last modified time | relevance | path

Searched refs:work (Results 1 – 12 of 12) sorted by relevance

/optee_os-3.20.0/core/lib/zlib/
A Dinftrees.c33 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 Dinftrees.h63 unsigned FAR *bits, unsigned short FAR *work));
A Dinflate.h122 unsigned short work[288]; /* work area for code table building */ member
A Dinflate.c302 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-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Ddes.c1405 right ^= work; in desfunc()
1409 right ^= work; in desfunc()
1413 leftt ^= work; in desfunc()
1417 leftt ^= work; in desfunc()
1423 leftt ^= work; in desfunc()
1424 right ^= work; in desfunc()
1469 leftt ^= work; in desfunc()
1470 right ^= work; in desfunc()
1473 right ^= work; in desfunc()
1477 right ^= work; in desfunc()
[all …]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpkcs5.c228 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-3.20.0/lib/libmbedtls/mbedtls/
A Ddco.txt21 (b) The contribution is based upon previous work that, to the best
24 work with modifications, whether created in whole or in part
A DLICENSE36 "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 DREADME.md24 …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 DCONTRIBUTING.md20 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 DChangeLog1097 mbedtls_hmac_drbg_set_entropy_len() now work if you call them before
1632 * Change the dtls_client and dtls_server samples to work by default over
1856 * Changed the Clang parameters used in the CMake build files to work for
1858 work. Fixes #1072
2052 * Fix test_suite_pk to work on 64-bit ILP32 systems. #849
2231 writing routines that prevented these functions to work with alternative
/optee_os-3.20.0/core/arch/arm/dts/
A Dat91-sama5d2_xplained.dts450 * The ADTRG pin can work on any edge type.

Completed in 20 milliseconds