Home
last modified time | relevance | path

Searched refs:match (Results 1 – 10 of 10) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py334 match = re.search(ABORT_ADDR_RE, line)
335 addr = match.group('addr')
336 pre = match.start('addr')
337 post = match.end('addr')
424 match = re.search(STACK_ADDR_RE, line)
425 if match:
426 addr = match.group('addr')
427 pre = match.start('addr')
428 post = match.end('addr')
447 match = re.search(GRAPH_ADDR_RE, line)
[all …]
H A Dget_maintainer.py114 match = re.search(PATCH_START, line)
115 if match:
140 match = re.search(DIFF_GIT_RE, line)
141 if match:
142 p = match.group('path')
146 match = re.search(REVIEWED_RE, line)
147 if match:
148 a = match.group('approver')
152 match = re.search(ACKED_RE, line)
153 if match:
[all …]
H A Dgen_ld_sects.py28 if section_headers.match(line):
31 if key_to_flags.match(line):
54 if not match_rule.match(sect_name):
H A Dgen_compile_commands.py101 if filename_matcher.match(filename):
221 result = line_matcher.match(f.readline())
H A Dgen_tee_bin.py114 not dump_names.match(section_name)):
/optee_os/core/lib/zlib/
H A Dinftrees.c58 unsigned match; /* use base and extra for symbol >= match */ local
185 match = 20;
190 match = 257;
195 match = 0;
218 if (work[sym] + 1U < match) {
222 else if (work[sym] >= match) {
223 here.op = (unsigned char)(extra[work[sym] - match]);
224 here.val = base[work[sym] - match];
/optee_os/core/drivers/
H A Dimx_wdog.c97 const char *match = NULL; in imx_wdog_base() local
114 match = dt_wdog_match_table[i]; in imx_wdog_base()
117 off = fdt_node_offset_by_compatible(fdt, off, match); in imx_wdog_base()
H A Dversal_trng.c593 bool match = false; in trng_collect_random() local
629 match = true; in trng_collect_random()
634 match = false; in trng_collect_random()
644 if (bursts > 1 && bcnt > 0 && match) { in trng_collect_random()
H A Dimx_i2c.c234 static TEE_Result i2c_sync_bus(uint8_t bid, bool (*match)(uint32_t), in i2c_sync_bus()
247 if ((*match)(sr)) { in i2c_sync_bus()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1980 other than raw PKCS#1 v1.5, this must match the output size of the
2497 valid. However, if the parameters do not match in *any* way then the
3849 * Fix the soversion of libmbedcrypto to match the soversion of the
5046 * Add function pk_check_pair() to test if public and private keys match.
5874 to not match CN if subjectAltName extension is present (Closes ticket #56)