Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c80 u32 lookup_key = depth > 0 ? callsite : subprog_start; in call_instance() local
84 f = find_instance(env, lookup_key, depth); in call_instance()
91 f->callsite = lookup_key; in call_instance()
96 hash = instance_hash(lookup_key, depth); in call_instance()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c664 static struct tcp_ao_getsockopt *lookup_key(struct tcp_ao_getsockopt *buf, in lookup_key() function
724 dump_key = lookup_key(keys, keys->nkeys, sndid, rcvid); in verify_keys()
/linux/crypto/
H A Daf_alg.c275 static struct key *lookup_key(key_serial_t serial) in lookup_key() function
303 key = lookup_key(serial); in alg_setkey_by_key_serial()