Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h81 inline int getNextMapKey(const BPF_FD_TYPE map_fd, const void* key, void* next_key) { in getNextMapKey() argument
85 .next_key = ptr_to_u64(next_key), in getNextMapKey()
/aosp12/system/security/keystore2/src/
H A Dboot_level_keys.rs171 let next_key = hkdf_expand(Self::HKDF_KEY_SIZE, highest_key, Self::HKDF_ADVANCE) in get_hkdf_key() localVariable
173 self.cache.push_back(next_key); in get_hkdf_key()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dbpf.h311 __aligned_u64 next_key; member