Searched defs:check (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | fault_mitigation.c | 23 unsigned long __weak ___ftmn_return_res(struct ftmn_check *check, in ___ftmn_return_res() 33 void __weak ___ftmn_expect_state(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_expect_state() 82 struct ftmn_check *check, in ___ftmn_callee_done_check() 108 void __weak ___ftmn_copy_linked_call_res(struct ftmn_check *check, in ___ftmn_copy_linked_call_res() 119 void __weak ___ftmn_set_check_res(struct ftmn_check *check, enum ftmn_incr incr, in ___ftmn_set_check_res() 126 void __weak ___ftmn_set_check_res_not_zero(struct ftmn_check *check, in ___ftmn_set_check_res_not_zero() 136 void __weak ___ftmn_set_check_res_memcmp(struct ftmn_check *check, in ___ftmn_set_check_res_memcmp()
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | inflate.c | 452 # define UPDATE_CHECK(check, buf, len) \ argument 455 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) argument 460 # define CRC2(check, word) \ argument 467 # define CRC4(check, word) \ argument 1558 int ZEXPORT inflateValidate(strm, check) in inflateValidate() argument
|
A D | inflate.h | 93 unsigned long check; /* protected copy of check value */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_pkcs8.c | 20 static int s_der_flexi_sequence_cmp(const ltc_asn1_list *flexi, der_flexi_check *check) in s_der_flexi_sequence_cmp()
|
/optee_os-3.20.0/core/drivers/ |
A D | tzc380.c | 301 uint32_t check = 0; in tzc_regions_lockdown() local
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | fault_mitigation.h | 105 struct ftmn_check check; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_msg.c | 1546 volatile unsigned char* const check = data; in mbedtls_ssl_decrypt_buf() local
|
Completed in 16 milliseconds