Searched refs:cipher_str (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/crypto/ |
D | keysetup.c | 20 .cipher_str = "xts(aes)", 27 .cipher_str = "cts(cbc(aes))", 33 .cipher_str = "essiv(cbc(aes),sha256)", 40 .cipher_str = "cts(cbc(aes))", 46 .cipher_str = "adiantum(xchacha12,aes)", 78 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher() 83 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher() 87 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
|
D | fscrypt_private.h | 556 const char *cipher_str; member
|
/Linux-v5.10/block/ |
D | blk-crypto.c | 22 .cipher_str = "xts(aes)", 27 .cipher_str = "essiv(cbc(aes),sha256)", 32 .cipher_str = "adiantum(xchacha12,aes)",
|
D | blk-crypto-fallback.c | 602 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local 625 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode() 630 cipher_str); in blk_crypto_fallback_start_using_mode()
|
D | blk-crypto-internal.h | 14 const char *cipher_str; /* crypto API name (for fallback case) */ member
|
/Linux-v5.10/fs/ecryptfs/ |
D | crypto.c | 905 char cipher_str[16]; member 951 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string() 974 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()
|