Home
last modified time | relevance | path

Searched refs:cipher_str (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/crypto/
Dkeysetup.c19 .cipher_str = "xts(aes)",
27 .cipher_str = "cts(cbc(aes))",
34 .cipher_str = "essiv(cbc(aes),sha256)",
42 .cipher_str = "cts(cbc(aes))",
49 .cipher_str = "adiantum(xchacha12,aes)",
57 .cipher_str = "hctr2(aes)",
91 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
96 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher()
100 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
Dfscrypt_private.h590 const char *cipher_str; member
/Linux-v6.1/block/
Dblk-crypto.c23 .cipher_str = "xts(aes)",
29 .cipher_str = "essiv(cbc(aes),sha256)",
35 .cipher_str = "adiantum(xchacha12,aes)",
Dblk-crypto-fallback.c613 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local
636 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
641 cipher_str); in blk_crypto_fallback_start_using_mode()
Dblk-crypto-internal.h15 const char *cipher_str; /* crypto API name (for fallback case) */ member
/Linux-v6.1/fs/ecryptfs/
Dcrypto.c900 char cipher_str[16]; member
946 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string()
969 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()