Home
last modified time | relevance | path

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

/system/core/libkeyutils/mini_keyctl/
Dmini_keyctl.cpp57 int Unlink(key_serial_t key, const std::string& keyring) { in Unlink() argument
58 key_serial_t keyring_id = android::GetKeyringId(keyring); in Unlink()
60 error(1, errno, "Failed to unlink key %x from keyring %s", key, keyring.c_str()); in Unlink()
67 const std::string& keyring) { in Add() argument
73 key_serial_t keyring_id = android::GetKeyringId(keyring); in Add()
85 int Padd(const std::string& type, const std::string& desc, const std::string& keyring) { in Padd() argument
86 key_serial_t keyring_id = android::GetKeyringId(keyring); in Padd()
108 int RestrictKeyring(const std::string& keyring) { in RestrictKeyring() argument
109 key_serial_t keyring_id = android::GetKeyringId(keyring); in RestrictKeyring()
111 error(1, errno, "Cannot restrict keyring '%s'", keyring.c_str()); in RestrictKeyring()
[all …]
/system/core/libkeyutils/
Dkeyutils.cpp59 long keyctl_unlink(key_serial_t key, key_serial_t keyring) { in keyctl_unlink() argument
60 return syscall(__NR_keyctl, KEYCTL_UNLINK, key, keyring); in keyctl_unlink()
63 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction) { in keyctl_restrict_keyring() argument
64 return syscall(__NR_keyctl, KEYCTL_RESTRICT_KEYRING, keyring, type, restriction); in keyctl_restrict_keyring()
/system/core/libkeyutils/include/
Dkeyutils.h52 long keyctl_unlink(key_serial_t key, key_serial_t keyring);
54 long keyctl_restrict_keyring(key_serial_t keyring, const char* type, const char* restriction);
/system/sepolicy/prebuilts/api/30.0/private/
Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
Ddomain.te108 # Allow access to fsverity keyring.
110 # Allow access to keys in the fsverity keyring that were installed at boot.
/system/sepolicy/private/
Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
Ddomain.te95 # Allow access to fsverity keyring.
97 # Allow access to keys in the fsverity keyring that were installed at boot.
/system/sepolicy/prebuilts/api/29.0/private/
Dfsverity_init.te13 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
Ddomain.te76 # Allow access to fsverity keyring.
78 # Allow access to keys in the fsverity keyring that were installed at boot.
/system/sepolicy/prebuilts/api/26.0/public/
Dvold.te155 # linux keyring configuration
Dinit.te383 # linux keyring configuration
/system/sepolicy/prebuilts/api/27.0/public/
Dvold.te158 # linux keyring configuration
Dinit.te388 # linux keyring configuration
/system/sepolicy/prebuilts/api/28.0/public/
Dvold.te183 # linux keyring configuration
Dinit.te459 # linux keyring configuration
/system/sepolicy/prebuilts/api/29.0/public/
Dvold.te214 # linux keyring configuration
Dinit.te519 # linux keyring configuration
/system/sepolicy/prebuilts/api/30.0/public/
Dvold.te266 # linux keyring configuration
Dinit.te551 # linux keyring configuration
/system/sepolicy/public/
Dvold.te254 # linux keyring configuration
Dinit.te553 # linux keyring configuration