OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/
pkcs11.py
36
def __get_pkcs11_file_list(
token_path
):
39
file_list_output = __run_cmd('find %s ' %
token_path
+ find_args)
42
def __get_token_slot_by_path(
token_path
):
45
match = re.search(r'^Slot (\d+): ' +
token_path
, line)
51
def __verify_tokenname(
token_path
):
55
match = re.search(r'/home/root/(.*)/chaps',
token_path
)
60
# user id. This is the same value we extracted from |
token_path
|.
79
def __verify_permissions(
token_path
):
83
# find <
token_path
>/chaps -printf "'%p', '%u:%g', 0%m\n"
85
(
token_path
, 'chaps:chronos-access', CHAPS_DIR_PERM)
[
all
...]
/system/tpm/attestation/server/
pkcs11_key_store.cc
496
base::FilePath
token_path
= username.empty() ?
local
517
// Look through all slots for |
token_path
|.
523
&slot_path) && (
token_path
== slot_path)) {
Completed in 120 milliseconds