swap_key 153 uvm/uvm_swap.c struct swap_key *swd_keys; /* keys for different parts */ swap_key 349 uvm/uvm_swap.c sdp->swd_keys = malloc((npages >> SWD_KEY_SHIFT) * sizeof(struct swap_key), swap_key 351 uvm/uvm_swap.c memset(sdp->swd_keys, 0, (npages >> SWD_KEY_SHIFT) * sizeof(struct swap_key)); swap_key 1871 uvm/uvm_swap.c struct swap_key *key; swap_key 2026 uvm/uvm_swap.c struct swap_key *key = NULL; swap_key 45 uvm/uvm_swap_encrypt.c struct swap_key *kcur = NULL; swap_key 92 uvm/uvm_swap_encrypt.c swap_key_create(struct swap_key *key) swap_key 105 uvm/uvm_swap_encrypt.c swap_key_delete(struct swap_key *key) swap_key 120 uvm/uvm_swap_encrypt.c swap_encrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block, swap_key 165 uvm/uvm_swap_encrypt.c swap_decrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block, swap_key 206 uvm/uvm_swap_encrypt.c swap_key_prepare(struct swap_key *key, int encrypt) swap_key 231 uvm/uvm_swap_encrypt.c swap_key_cleanup(struct swap_key *key) swap_key 50 uvm/uvm_swap_encrypt.h struct swap_key { swap_key 58 uvm/uvm_swap_encrypt.h void swap_encrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t); swap_key 59 uvm/uvm_swap_encrypt.h void swap_decrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t); swap_key 61 uvm/uvm_swap_encrypt.h void swap_key_cleanup(struct swap_key *); swap_key 62 uvm/uvm_swap_encrypt.h void swap_key_prepare(struct swap_key *, int); swap_key 74 uvm/uvm_swap_encrypt.h void swap_key_create(struct swap_key *); swap_key 75 uvm/uvm_swap_encrypt.h void swap_key_delete(struct swap_key *);