Searched refs:key_tfm (Results 1 – 2 of 2) sorted by relevance
/fs/ecryptfs/ |
D | crypto.c | 1722 ecryptfs_process_key_cipher(struct crypto_blkcipher **key_tfm, in ecryptfs_process_key_cipher() argument 1729 *key_tfm = NULL; in ecryptfs_process_key_cipher() 1740 *key_tfm = crypto_alloc_blkcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC); in ecryptfs_process_key_cipher() 1741 if (IS_ERR(*key_tfm)) { in ecryptfs_process_key_cipher() 1742 rc = PTR_ERR(*key_tfm); in ecryptfs_process_key_cipher() 1747 crypto_blkcipher_set_flags(*key_tfm, CRYPTO_TFM_REQ_WEAK_KEY); in ecryptfs_process_key_cipher() 1749 struct blkcipher_alg *alg = crypto_blkcipher_alg(*key_tfm); in ecryptfs_process_key_cipher() 1754 rc = crypto_blkcipher_setkey(*key_tfm, dummy_key, *key_size); in ecryptfs_process_key_cipher() 1785 struct ecryptfs_key_tfm *key_tfm, *key_tfm_tmp; in ecryptfs_destroy_crypto() local 1788 list_for_each_entry_safe(key_tfm, key_tfm_tmp, &key_tfm_list, in ecryptfs_destroy_crypto() [all …]
|
D | ecryptfs_kernel.h | 296 struct crypto_blkcipher *key_tfm; member 652 ecryptfs_add_new_key_tfm(struct ecryptfs_key_tfm **key_tfm, char *cipher_name, 656 int ecryptfs_tfm_exists(char *cipher_name, struct ecryptfs_key_tfm **key_tfm);
|