Searched defs:check (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | inflate.c | 451 # define UPDATE(check, buf, len) \ argument 454 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 459 # define CRC2(check, word) \ argument 466 # define CRC4(check, word) \ argument 1539 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
|
A D | inflate.h | 92 unsigned long check; /* protected copy of check value */ member
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_pkcs8.c | 27 static int _der_flexi_sequence_cmp(const ltc_asn1_list *flexi, der_flexi_check *check) in _der_flexi_sequence_cmp()
|
/optee_os/core/drivers/ |
A D | tzc380.c | 301 uint32_t check = 0; in tzc_regions_lockdown() local
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ssl_msg.c | 1688 volatile unsigned char* const check = data; in mbedtls_ssl_decrypt_buf() local
|
Completed in 16 milliseconds