Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c1383 char *fapi_key_path = NULL; in ifapi_load_keys_async() local
1386 fapi_key_path = strdup(keyPath); in ifapi_load_keys_async()
1387 check_oom(fapi_key_path); in ifapi_load_keys_async()
1388 full_path_to_fapi_path(&context->keystore, fapi_key_path); in ifapi_load_keys_async()
1389 r = get_explicit_key_path(&context->keystore, fapi_key_path, &path_list); in ifapi_load_keys_async()
1390 SAFE_FREE(fapi_key_path); in ifapi_load_keys_async()