Home
last modified time | relevance | path

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

12

/aosp12/system/core/mini_keyctl/
H A Dmini_keyctl.cpp57 int Unlink(key_serial_t key, const std::string& keyring) { in Unlink() argument
67 const std::string& keyring) { in Add() argument
108 int RestrictKeyring(const std::string& keyring) { in RestrictKeyring() argument
144 std::string keyring = argv[5]; in main() local
145 return Add(type, desc, data, keyring); in main()
150 std::string keyring = argv[4]; in main() local
151 return Padd(type, desc, keyring); in main()
154 std::string keyring = argv[2]; in main() local
155 return RestrictKeyring(keyring); in main()
159 const std::string keyring = argv[3]; in main() local
[all …]
/aosp12/system/core/libkeyutils/
H A 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()
/aosp12/system/core/libkeyutils/include/
H A 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);
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
18 # Read the on-device signing certificate, to be able to add it to the keyring
H A Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # Allow access to fsverity keyring.
101 # Allow access to keys in the fsverity keyring that were installed at boot.
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
18 # Read the on-device signing certificate, to be able to add it to the keyring
H A Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # Allow access to fsverity keyring.
101 # Allow access to keys in the fsverity keyring that were installed at boot.
/aosp12/system/sepolicy/private/
H A Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
18 # Read the on-device signing certificate, to be able to add it to the keyring
H A Dodsign.te50 # Run fsverity_init to add key to fsverity keyring
H A Ddomain.te99 # Allow access to fsverity keyring.
101 # Allow access to keys in the fsverity keyring that were installed at boot.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dfsverity_init.te9 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
H A Ddomain.te108 # Allow access to fsverity keyring.
110 # Allow access to keys in the fsverity keyring that were installed at boot.
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dfsverity_init.te13 # Kernel only prints the keys that can be accessed and only kernel keyring is needed here.
H A Ddomain.te76 # Allow access to fsverity keyring.
78 # Allow access to keys in the fsverity keyring that were installed at boot.
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dvold.te155 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dvold.te158 # linux keyring configuration
H A Dinit.te388 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dvold.te183 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dvold.te214 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dvold.te267 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dvold.te261 # linux keyring configuration
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dvold.te261 # linux keyring configuration
/aosp12/system/sepolicy/public/
H A Dvold.te261 # linux keyring configuration

12