Searched refs:arg3 (Results 1 – 4 of 4) sorted by relevance
/system/extras/ext4_utils/ |
D | key_control.cpp | 11 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/connectivity/shill/ |
D | logging.h | 42 #define GET_MACRO_OVERLOAD2(arg1, arg2, arg3, macro_name, ...) macro_name argument
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 18791 PolicyUpdate(commandCode, arg2, arg3) 18801 arg3 18811 policyDigestnew+1 ≔ HpolicyAlg(policyDigestnew || arg3.buffer) 18825 If arg3 is a TPM2B_NAME, then arg3.buffer will actually be an arg3.name. 18829 The arg2.size and arg3.size fields are not included in the hashes. 18833 PolicyUpdate() uses two hashes because arg2 and arg3 are variable-sized and the concatenation of 18834 arg2 and arg3 in a single hash could produce the same digest even though arg2 and arg3 are 18836 digest produced by PolicyUpdate() will be different if arg2 and arg3 are different.
|
D | raw_commands_fixed.txt | 18802 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.
|