Home
last modified time | relevance | path

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

/third_party/fsverity-utils/lib/
Denable.c19 return libfsverity_enable_with_sig(fd, params, NULL, 0); in libfsverity_enable()
23 libfsverity_enable_with_sig(int fd, in libfsverity_enable_with_sig() function
/third_party/fsverity-utils/
DREADME_zh.md37 | libfsverity_enable_with_sig | 对文件使能带fs-verity签名 |
DNEWS.md29 * Added `libfsverity_enable()` and `libfsverity_enable_with_sig()`.
/third_party/fsverity-utils/include/
Dlibfsverity.h246 libfsverity_enable_with_sig(int fd,
/third_party/fsverity-utils/programs/
Dcmd_enable.c100 if (libfsverity_enable_with_sig(file.fd, &tree_params, sig, sig_size)) { in fsverity_cmd_enable()