Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/zlib/
A Dinflate.c130 strm->adler = state->wrap & 1;
163 int wrap; local
172 wrap = 0;
176 wrap = (windowBits >> 4) + 5;
192 state->wrap = wrap;
660 if (state->wrap == 0) {
1220 if (state->wrap) {
1291 if ((state->wrap & 4) && out)
1566 if (check && state->wrap)
1567 state->wrap |= 4;
[all …]
A Dinflate.h87 int wrap; /* bit 0 true for zlib, bit 1 true for gzip, member
/optee_os-3.20.0/mk/
A Dconfig.mk586 $(call cfg-check-value,FTRACE_BUF_WHEN_FULL,shift stop wrap)
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog1196 codes to always wrap these codes into X.509 high level error codes before
1264 * It is now possible to use NIST key wrap mode via the mbedtls_cipher API.
2108 64 KiB to the address of the SSL buffer and causing a wrap around.

Completed in 12 milliseconds