Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dkeyutils.h31 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
35 arg3 = va_arg(va, unsigned long); in keyctl()
39 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/system/extras/ext4_utils/
Dkey_control.cpp11 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
15 arg3 = va_arg(va, unsigned long); in keyctl()
19 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/system/tpm/trunks/generator/
Draw_commands_fixed.txt18802 PolicyUpdate(commandCode, arg2, arg3)
18812 arg3
18822 policyDigestnew+1 ≔ HpolicyAlg(policyDigestnew || arg3.buffer)
18836 If arg3 is a TPM2B_NAME, then arg3.buffer will actually be an arg3.name.
18840 The arg2.size and arg3.size fields are not included in the hashes.
18844 PolicyUpdate() uses two hashes because arg2 and arg3 are variable-sized and the concatenation of
18845 arg2 and arg3 in a single hash could produce the same digest even though arg2 and arg3 are
18847 digest produced by PolicyUpdate() will be different if arg2 and arg3 are different.