swap_key
struct swap_key *key;
struct swap_key *swd_keys; /* keys for different parts */
struct swap_key *key;
struct swap_key *key;
sizeof(struct swap_key), M_VMSWAP, M_WAITOK|M_ZERO);
struct swap_key *key;
swap_encrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block,
swap_decrypt(struct swap_key *key, caddr_t src, caddr_t dst, u_int64_t block,
swap_key_prepare(struct swap_key *key, int encrypt)
swap_key_cleanup(struct swap_key *key)
struct swap_key *kcur = NULL;
swap_key_create(struct swap_key *key)
swap_key_delete(struct swap_key *key)
void swap_encrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t);
void swap_decrypt(struct swap_key *,caddr_t, caddr_t, u_int64_t, size_t);
void swap_key_cleanup(struct swap_key *);
void swap_key_prepare(struct swap_key *, int);
void swap_key_create(struct swap_key *);
void swap_key_delete(struct swap_key *);
swap_key_get(struct swap_key *key)
swap_key_put(struct swap_key *key)