Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_rpmb_fs.c2338 static TEE_Result rpmb_fs_open_internal(struct rpmb_file_handle *fh, in rpmb_fs_open_internal() function
3030 res = rpmb_fs_open_internal(fh, &po->uuid, false); in rpmb_fs_open()
3062 res = rpmb_fs_open_internal(fh, &po->uuid, true); in rpmb_fs_create()
3158 res = rpmb_fs_open_internal(fh, &uuid, create); in tee_rpmb_fs_raw_open()