Home
last modified time | relevance | path

Searched refs:want (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/poly1305/
A Dpoly1305.c131 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-3.20.0/lib/libmbedtls/mbedtls/
A DBUGS.md19 Please do not use GitHub for support questions. If you want to know
A DREADME.md78want to add some warning options to the default ones, you can do so by setting `CFLAGS=-O2 -Werror…
96 …and Perl to be executed. If you don't have one of these installed, you'll want to disable the test…
135 If you already invoked cmake and want to change those settings, you need to
139 provided Makefiles (see `scripts/tmp_ignore_makefiles.sh` if you want to
146 If you want to change `CC` or `CFLAGS` afterwards, you will need to remove the
A DChangeLog1033 than 3/2 times the key size. In case you want to disable the extra call to
/optee_os-3.20.0/core/lib/zlib/
A Dgzguts.h182 unsigned want; /* requested buffer size, default is GZBUFSIZE */ member
/optee_os-3.20.0/core/lib/libfdt/
A DREADME.license24 I made the decision to license libfdt in this way because I want to

Completed in 11 milliseconds