Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_maps1.c8 struct my_key { long x; }; struct
13 __type(key, struct my_key);
49 struct my_key key_struct = { .x = 1 }; in BPF_PROG()
64 struct my_key key_struct = { .x = 2 }; in BPF_PROG()
H A Dlinked_maps2.c9 typedef struct my_key { long x; } key_type; argument
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-crypt.rst174 …t2 --table "0 `blockdev --getsize $1` crypt aes-cbc-essiv:sha256 :32:logon:my_prefix:my_key 0 $1 0"