Searched refs:filename (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/omac/ |
A D | omac_file.c | 24 const char *filename, in omac_file() argument 31 LTC_UNUSED_PARAM(filename); in omac_file() 43 LTC_ARGCHK(filename != NULL); in omac_file() 55 in = fopen(filename, "rb"); in omac_file()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_file.c | 24 const char *filename, in pmac_file() argument 31 LTC_UNUSED_PARAM(filename); in pmac_file() 44 LTC_ARGCHK(filename != NULL); in pmac_file() 56 in = fopen(filename, "rb"); in pmac_file()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/xcbc/ |
A D | xcbc_file.c | 24 const char *filename, in xcbc_file() argument 31 LTC_UNUSED_PARAM(filename); in xcbc_file() 43 LTC_ARGCHK(filename != NULL); in xcbc_file() 55 in = fopen(filename, "rb"); in xcbc_file()
|
/optee_os-3.20.0/lib/libdl/ |
A D | dlfcn.c | 38 void *dlopen(const char *filename, int flags) in dlopen() argument 50 if (filename) { in dlopen() 51 res = tee_uuid_from_str(&uuid, filename); in dlopen()
|
/optee_os-3.20.0/lib/libdl/include/ |
A D | dlfcn.h | 18 void *dlopen(const char *filename, int flags);
|
/optee_os-3.20.0/scripts/ |
A D | update_changelog.py | 38 def prepend_write(filename, text): argument 39 with open(filename, 'r+') as f:
|
/optee_os-3.20.0/core/tee/ |
A D | tee_rpmb_fs.c | 1979 create_filename(fh->filename, sizeof(fh->filename), po, in alloc_file_handle() 2202 if ((!strcmp(fh->filename, fe->filename)) && in read_fat() 2354 memcpy(fh->fat_entry.filename, fh->filename, in rpmb_fs_open_internal() 2355 strlen(fh->filename)); in rpmb_fs_open_internal() 2682 memcpy(fh_old->fat_entry.filename, fh_new->filename, in rpmb_fs_rename_internal() 2811 char *filename; in rpmb_fs_dir_populate() local 2831 filename = fe->filename; in rpmb_fs_dir_populate() 2836 temp = filename[pathlen]; in rpmb_fs_dir_populate() 2852 &filename[pathlen], in rpmb_fs_dir_populate() 3030 create_filename(fh->filename, sizeof(fh->filename), po, false); in rpmb_fs_create() [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_mac.h | 55 const char *filename, 93 const char *filename, 205 const char *filename,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | x509_crt.c | 1553 char filename[MAX_PATH]; in mbedtls_x509_crt_parse_path() local 1564 memset( filename, 0, MAX_PATH ); in mbedtls_x509_crt_parse_path() 1565 memcpy( filename, path, len ); in mbedtls_x509_crt_parse_path() 1566 filename[len++] = '\\'; in mbedtls_x509_crt_parse_path() 1567 p = filename + len; in mbedtls_x509_crt_parse_path() 1568 filename[len++] = '*'; in mbedtls_x509_crt_parse_path() 1570 w_ret = MultiByteToWideChar( CP_ACP, 0, filename, (int)len, szDir, in mbedtls_x509_crt_parse_path() 1597 w_ret = mbedtls_x509_crt_parse_file( chain, filename ); in mbedtls_x509_crt_parse_path()
|
Completed in 31 milliseconds