Searched refs:want (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/poly1305/ |
| H A D | poly1305.c | 131 unsigned long want = (16 - st->leftover); in poly1305_process() local 132 if (want > inlen) want = inlen; in poly1305_process() 133 for (i = 0; i < want; i++) st->buffer[st->leftover + i] = in[i]; in poly1305_process() 134 inlen -= want; in poly1305_process() 135 in += want; in poly1305_process() 136 st->leftover += want; in poly1305_process() 144 unsigned long want = (inlen & ~(16 - 1)); in poly1305_process() local 145 s_poly1305_block(st, in, want); in poly1305_process() 146 in += want; in poly1305_process() 147 inlen -= want; in poly1305_process()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | hash.c | 20 uint32_t want = VM_FLAG_READONLY; in is_region_valid() local 22 return ((r->flags & want) == want && !(r->flags & dontwant)); in is_region_valid()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | BUGS.md | 19 Please do not use GitHub for support questions. If you want to know
|
| H A D | README.md | 111 …want to add some warning options to the default ones, you can do so by setting `CFLAGS=-O2 -Werror… 129 …and Perl to be executed. If you don't have one of these installed, you'll want to disable the test… 168 If you already invoked cmake and want to change those settings, you need to 172 provided Makefiles (see `scripts/tmp_ignore_makefiles.sh` if you want to 179 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the 306 When using drivers, you will generally want to enable two compilation options (see the reference ma…
|
| H A D | LICENSE | 239 if you want it, that you can change the software or use pieces of it 257 Also, for each author's protection and ours, we want to make certain 260 want its recipients to know that what they have is not the original, so 498 If you develop a new program, and you want it to be of the greatest 552 library. If this is what you want to do, use the GNU Lesser General
|
| H A D | ChangeLog | 637 for each size you want to support. Also, if you have an FFDH accelerator, 2922 than 3/2 times the key size. In case you want to disable the extra call to
|
| /optee_os/core/lib/zlib/ |
| H A D | gzguts.h | 182 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 494 uint32_t want = VM_FLAG_READONLY; in is_region_valid() local 496 return ((r->flags & want) == want && !(r->flags & dontwant)); in is_region_valid()
|
| /optee_os/core/lib/libfdt/ |
| H A D | README.license | 24 I made the decision to license libfdt in this way because I want to
|