Home
last modified time | relevance | path

Searched defs:keyring_id (Results 1 – 5 of 5) sorted by relevance

/system/security/fsverity_init/
Dfsverity_init.cpp31 bool LoadKeyToKeyring(key_serial_t keyring_id, const char* desc, const char* data, size_t size) { in LoadKeyToKeyring()
40 bool LoadKeyFromStdin(key_serial_t keyring_id, const char* keyname) { in LoadKeyFromStdin()
53 void LoadKeyFromFile(key_serial_t keyring_id, const char* keyname, const std::string& path) { in LoadKeyFromFile()
65 void LoadKeyFromDirectory(key_serial_t keyring_id, const char* keyname_prefix, const char* dir) { in LoadKeyFromDirectory()
78 void LoadKeyFromVerifiedPartitions(key_serial_t keyring_id) { in LoadKeyFromVerifiedPartitions()
Dmain.cpp32 key_serial_t keyring_id = android::GetKeyringId(".fs-verity"); in main() local
/system/core/mini_keyctl/
Dmini_keyctl.cpp58 key_serial_t keyring_id = android::GetKeyringId(keyring); in Unlink() local
73 key_serial_t keyring_id = android::GetKeyringId(keyring); in Add() local
86 key_serial_t keyring_id = android::GetKeyringId(keyring); in Padd() local
109 key_serial_t keyring_id = android::GetKeyringId(keyring); in RestrictKeyring() local
Dmini_keyctl_utils.cpp47 key_serial_t keyring_id; in GetKeyringId() local
/system/core/init/
Dselinux.cpp618 key_serial_t keyring_id = android::GetKeyringId(".fs-verity"); in LoadSepolicyApexCerts() local