tc_cipher_chain
tc_encrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key,
struct tc_cipher_chain *chain_start;
tc_decrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key,
struct tc_cipher_chain *chain_start;
tc_cipher_chain_populate_keys(struct tc_cipher_chain *cipher_chain,
struct tc_cipher_chain *dummy_chain;
tc_cipher_chain_free_keys(struct tc_cipher_chain *cipher_chain)
struct tc_cipher_chain *cipher_chain, size_t sec_sz,
decrypt_hdr(struct tchdr_enc *ehdr, struct tc_cipher_chain *cipher_chain,
struct tc_cipher_chain *tc_cipher_chains[MAX_CIPHER_CHAINS];
struct tc_cipher_chain *chain, *elem, *prev;
struct tc_cipher_chain *cipher_chain;
struct tc_cipher_chain *
struct tc_cipher_chain *cipher = NULL;
struct tc_cipher_chain *
tc_dup_cipher_chain(struct tc_cipher_chain *src)
struct tc_cipher_chain *first = NULL, *prev = NULL, *elem;
tc_free_cipher_chain(struct tc_cipher_chain *chain)
struct tc_cipher_chain *next = chain;
tc_cipher_chain_length(struct tc_cipher_chain *chain)
tc_cipher_chain_klen(struct tc_cipher_chain *chain)
tc_cipher_chain_sprint(char *buf, size_t bufsz, struct tc_cipher_chain *chain)
new_info(const char *dev, int flags, struct tc_cipher_chain *cipher_chain,
struct tc_cipher_chain *chain_start;
struct tc_cipher_chain *cipher_chain = NULL;
struct tc_cipher_chain *prev;
struct tc_cipher_chain *next;
struct tc_cipher_chain *cipher_chain;
struct tc_cipher_chain *cipher_chain;
struct tc_cipher_chain *h_cipher_chain;
int tc_cipher_chain_populate_keys(struct tc_cipher_chain *cipher_chain,
int tc_cipher_chain_free_keys(struct tc_cipher_chain *cipher_chain);
int tc_encrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key,
int tc_decrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key,
struct pbkdf_prf_algo *prf_algo, struct tc_cipher_chain *cipher_chain,
struct tc_cipher_chain *cipher_chain, unsigned char *key);
struct tc_cipher_chain *check_cipher_chain(const char *cipher_chain, int quiet);
int tc_cipher_chain_klen(struct tc_cipher_chain *chain);
int tc_cipher_chain_length(struct tc_cipher_chain *chain);
struct tc_cipher_chain *chain);
extern struct tc_cipher_chain *tc_cipher_chains[MAX_CIPHER_CHAINS];
struct tc_cipher_chain *chain;