Home
last modified time | relevance | path

Searched defs:salt_ptr (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
Dfsverity.h27 uint64_t salt_ptr; member
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs5.rs42 let salt_ptr = match salt { in bytes_to_key() localVariable
/third_party/fsverity-utils/common/
Dfsverity_uapi.h26 __u64 salt_ptr; member
/third_party/fsverity-utils/programs/
Dfsverity.c191 static bool parse_salt_option(const char *arg, u8 **salt_ptr, in parse_salt_option()