/optee_os/scripts/ |
A D | get_maintainer.py | 58 parent = os.path.dirname(os.path.realpath(__file__)) + "/../" 59 if (os.path.realpath(cwd) != os.path.realpath(parent)): 167 def match_pattern(path, pattern): argument 170 if not path.endswith('/') and os.path.isdir(path): 171 path += '/' 178 return not not re.match(rep, path) 262 if os.path.exists(arg): 272 if os.path.exists(arg): 280 for path in patch_paths: 290 paths += [path] [all …]
|
A D | symbolize.py | 122 if d.endswith(elf_or_uuid) and os.path.isfile(d): 374 def pretty_print_path(self, path): argument 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 377 return path 469 rpath = os.path.realpath(elf) 470 path = self.pretty_print_path(rpath) 471 self._out.write(' (' + path + ')')
|
/optee_os/core/lib/libfdt/ |
A D | fdt_overlay.c | 62 const char *path = NULL; in overlay_get_target() local 74 if (path) in overlay_get_target() 97 *pathp = path ? path : NULL; in overlay_get_target() 459 path = fixup_str; in overlay_fixup_phandle() 464 path_len = sep - path; in overlay_fixup_phandle() 699 const char *path; in overlay_symbol_update() local 726 if (!path) in overlay_symbol_update() 730 if (path_len < 1 || memchr(path, '\0', path_len) != &path[path_len - 1]) in overlay_symbol_update() 734 e = path + path_len; in overlay_symbol_update() 736 if (*path != '/') in overlay_symbol_update() [all …]
|
A D | fdt_ro.c | 236 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen() argument 238 const char *end = path + namelen; in fdt_path_offset_namelen() 239 const char *p = path; in fdt_path_offset_namelen() 245 if (*path != '/') { in fdt_path_offset_namelen() 246 const char *q = memchr(path, '/', end - p); in fdt_path_offset_namelen() 281 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() argument 283 return fdt_path_offset_namelen(fdt, path, strlen(path)); in fdt_path_offset()
|
/optee_os/core/kernel/ |
A D | lockdep.c | 103 uintptr_t *path; member 117 free(cur->path); in lockdep_bfs_queue_delete() 142 if (!qe->path) in lockdep_graph_get_shortest_cycle() 165 tmp = realloc(qe->path, in lockdep_graph_get_shortest_cycle() 169 free(qe->path); in lockdep_graph_get_shortest_cycle() 173 qe->path = tmp; in lockdep_graph_get_shortest_cycle() 174 qe->path[nlen - 1] = 0; in lockdep_graph_get_shortest_cycle() 175 ret = qe->path; in lockdep_graph_get_shortest_cycle() 191 if (!nqe->path) in lockdep_graph_get_shortest_cycle() 194 memcpy(nqe->path, qe->path, in lockdep_graph_get_shortest_cycle() [all …]
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | entropy.h | 239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
A D | hmac_drbg.h | 436 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 452 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
A D | ctr_drbg.h | 572 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 588 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
A D | pk.h | 726 const char *path, const char *password ); 745 int mbedtls_pk_parse_public_keyfile( mbedtls_pk_context *ctx, const char *path ); 847 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | entropy.h | 239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
A D | hmac_drbg.h | 436 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 452 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
A D | ctr_drbg.h | 572 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 588 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | entropy.h | 239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
A D | hmac_drbg.h | 436 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 452 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
A D | ctr_drbg.h | 572 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 588 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | entropy.h | 239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
A D | hmac_drbg.h | 436 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 452 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
A D | ctr_drbg.h | 572 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 588 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
A D | pk.h | 726 const char *path, const char *password ); 745 int mbedtls_pk_parse_public_keyfile( mbedtls_pk_context *ctx, const char *path ); 847 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | entropy.h | 239 int mbedtls_entropy_write_seed_file( mbedtls_entropy_context *ctx, const char *path ); 253 int mbedtls_entropy_update_seed_file( mbedtls_entropy_context *ctx, const char *path );
|
A D | hmac_drbg.h | 436 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ); 452 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path );
|
A D | ctr_drbg.h | 572 int mbedtls_ctr_drbg_write_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path ); 588 int mbedtls_ctr_drbg_update_seed_file( mbedtls_ctr_drbg_context *ctx, const char *path );
|
/optee_os/out/arm/export-ta_arm32/scripts/ |
A D | symbolize.py | 122 if d.endswith(elf_or_uuid) and os.path.isfile(d): 374 def pretty_print_path(self, path): argument 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 377 return path 469 rpath = os.path.realpath(elf) 470 path = self.pretty_print_path(rpath) 471 self._out.write(' (' + path + ')')
|
/optee_os/out/arm/export-ta_arm64/scripts/ |
A D | symbolize.py | 122 if d.endswith(elf_or_uuid) and os.path.isfile(d): 374 def pretty_print_path(self, path): argument 376 return re.sub(re.escape(self._strip_path) + '/*', '', path) 377 return path 469 rpath = os.path.realpath(elf) 470 path = self.pretty_print_path(rpath) 471 self._out.write(' (' + path + ')')
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | hmac_drbg.c | 439 int mbedtls_hmac_drbg_write_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ) in mbedtls_hmac_drbg_write_seed_file() argument 445 if( ( f = fopen( path, "wb" ) ) == NULL ) in mbedtls_hmac_drbg_write_seed_file() 466 int mbedtls_hmac_drbg_update_seed_file( mbedtls_hmac_drbg_context *ctx, const char *path ) in mbedtls_hmac_drbg_update_seed_file() argument 474 if( ( f = fopen( path, "rb" ) ) == NULL ) in mbedtls_hmac_drbg_update_seed_file() 499 return( mbedtls_hmac_drbg_write_seed_file( ctx, path ) ); in mbedtls_hmac_drbg_update_seed_file()
|