Home
last modified time | relevance | path

Searched defs:cipher_chain (Results 1 – 4 of 4) sorted by relevance

/dragonfly/lib/libtcplay/
H A Dcrypto.c43 tc_cipher_chain_populate_keys(struct tc_cipher_chain *cipher_chain, in tc_cipher_chain_populate_keys()
87 tc_cipher_chain_free_keys(struct tc_cipher_chain *cipher_chain) in tc_cipher_chain_free_keys()
100 tc_encrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key, in tc_encrypt()
149 tc_decrypt(struct tc_cipher_chain *cipher_chain, unsigned char *key, in tc_decrypt()
H A Dhdr.c78 decrypt_hdr(struct tchdr_enc *ehdr, struct tc_cipher_chain *cipher_chain, in decrypt_hdr()
154 struct tc_cipher_chain *cipher_chain, size_t sec_sz, in create_hdr()
H A Dtcplay.c362 new_info(const char *dev, int flags, struct tc_cipher_chain *cipher_chain, in new_info()
441 struct tc_cipher_chain *cipher_chain = NULL; in process_hdr() local
1690 struct tc_cipher_chain *cipher_chain; in dm_setup() local
1961 check_cipher_chain(const char *cipher_chain, int quiet) in check_cipher_chain()
H A Dtcplay.h152 struct tc_cipher_chain *cipher_chain; member
198 struct tc_cipher_chain *cipher_chain; member