Home
last modified time | relevance | path

Searched refs:key_spec (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/
H A DKeyUtil.cpp185 const fscrypt_key_specifier& key_spec) { in installProvisioningKey() argument
194 provisioning_key.type = key_spec.type; in installProvisioningKey()
280 if (!buildKeySpecifier(&arg->key_spec, *policy)) { in installKey()
290 arg->key_spec.type = FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER; in installKey()
302 if (arg->key_spec.type == FSCRYPT_KEY_SPEC_TYPE_IDENTIFIER) { in installKey()
305 std::string((char*)arg->key_spec.u.identifier, FSCRYPT_KEY_IDENTIFIER_SIZE); in installKey()
310 if (!installProvisioningKey(key, ref, arg->key_spec)) return false; in installKey()
371 if (!buildKeySpecifier(&arg.key_spec, policy)) { in evictKey()
432 if (!buildKeySpecifier(&arg.key_spec, policy)) return false; in reloadKeyFromSessionKeyring()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfscrypt.h88 struct fscrypt_key_specifier key_spec; member
97 struct fscrypt_key_specifier key_spec; member
104 struct fscrypt_key_specifier key_spec; member