Searched refs:tc_cipher_chains (Results 1 – 3 of 3) sorted by relevance
142 struct tc_cipher_chain *tc_cipher_chains[MAX_CIPHER_CHAINS]; variable191 tc_cipher_chains[i++] = chain; in tc_build_cipher_chains()200 tc_cipher_chains[i] = NULL; in tc_build_cipher_chains()477 for (j = 0; !found && tc_cipher_chains[j] != NULL; j++) { in process_hdr()478 cipher_chain = tc_dup_cipher_chain(tc_cipher_chains[j]); in process_hdr()545 opts->cipher_chain = tc_cipher_chains[0]; in create_volume()2003 cipher = tc_cipher_chains[i]; in check_cipher_chain()
96 for (i = 0, chain = tc_cipher_chains[0]; chain != NULL; in tc_api_cipher_iterate()97 chain = tc_cipher_chains[++i]) { in tc_api_cipher_iterate()
330 extern struct tc_cipher_chain *tc_cipher_chains[MAX_CIPHER_CHAINS];