Symbol: swap_key
sys/uvm/uvm_swap.c
1584
struct swap_key *key;
sys/uvm/uvm_swap.c
165
struct swap_key *swd_keys; /* keys for different parts */
sys/uvm/uvm_swap.c
1780
struct swap_key *key;
sys/uvm/uvm_swap.c
1884
struct swap_key *key;
sys/uvm/uvm_swap.c
326
sizeof(struct swap_key), M_VMSWAP, M_WAITOK|M_ZERO);
sys/uvm/uvm_swap.c
410
struct swap_key *key;
sys/uvm/uvm_swap_encrypt.c
114
swap_encrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block,
sys/uvm/uvm_swap_encrypt.c
159
swap_decrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block,
sys/uvm/uvm_swap_encrypt.c
200
swap_key_prepare(struct swap_key *key, int encrypt)
sys/uvm/uvm_swap_encrypt.c
225
swap_key_cleanup(struct swap_key *key)
sys/uvm/uvm_swap_encrypt.c
44
struct swap_key *kcur = NULL;
sys/uvm/uvm_swap_encrypt.c
92
swap_key_create(struct swap_key *key)
sys/uvm/uvm_swap_encrypt.c
99
swap_key_delete(struct swap_key *key)
sys/uvm/uvm_swap_encrypt.h
57
void swap_encrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t);
sys/uvm/uvm_swap_encrypt.h
58
void swap_decrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t);
sys/uvm/uvm_swap_encrypt.h
60
void swap_key_cleanup(struct swap_key *);
sys/uvm/uvm_swap_encrypt.h
61
void swap_key_prepare(struct swap_key *, int);
sys/uvm/uvm_swap_encrypt.h
63
void swap_key_create(struct swap_key *);
sys/uvm/uvm_swap_encrypt.h
64
void swap_key_delete(struct swap_key *);
sys/uvm/uvm_swap_encrypt.h
67
swap_key_get(struct swap_key *key)
sys/uvm/uvm_swap_encrypt.h
75
swap_key_put(struct swap_key *key)