Home
last modified time | relevance | path

Searched refs:pkg_name_len (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/common_modules/tzdriver/auth/
H A Dclient_hash_auth.c366 ret = memcpy_s(buf, buf_len, dev_file->pkg_name, dev_file->pkg_name_len); in construct_hashdata()
371 buf += dev_file->pkg_name_len; in construct_hashdata()
372 buf_len -= dev_file->pkg_name_len; in construct_hashdata()
463 indata_len = hash_dev_file->pkg_name_len + FIXED_PKG_NAME_LENGTH; in set_login_information_hash()
465 indata_len = hash_dev_file->pkg_name_len + hash_dev_file->pub_key_len; in set_login_information_hash()
491 hash_dev_file->pkg_name_len = SHA256_DIGEST_LENGTH; in set_login_information_hash()
/kernel/linux/common_modules/tzdriver/core/
H A Dtc_client_driver.c256 dev_file->pkg_name_len = 0; in get_pack_name_len()
264 dev_file->pkg_name_len = tmp_len; in get_pack_name_len()
265 tlogd("package name len is %u\n", dev_file->pkg_name_len); in get_pack_name_len()
330 MAX_PUBKEY_LEN + sizeof(dev_file->pkg_name_len) + in alloc_login_buf()
390 dev_file->pkg_name_len = 0; in tc_ns_client_login_func()
417 cert_buffer += sizeof(dev_file->pkg_name_len); in tc_ns_client_login_func()
420 dev_file->pkg_name_len) != 0) { in tc_ns_client_login_func()
424 cert_buffer += dev_file->pkg_name_len; in tc_ns_client_login_func()
H A Dsession_manager.c436 if (dev_file->pkg_name_len == 0) in set_login_information()
443 size_addr = (__u64)(uintptr_t)&dev_file->pkg_name_len; in set_login_information()
466 dev_file->pkg_name_len = strlen((unsigned char *)dev_file->pkg_name); in set_login_information()
H A Dteek_client_api.c413 dev_file->pkg_name_len = operation->params[3].tmpref.size; in check_open_sess_params()
/kernel/linux/common_modules/tzdriver/
H A Dteek_ns_client.h118 uint32_t pkg_name_len; member

Completed in 7 milliseconds