Searched refs:cipher_str (Results 1 – 6 of 6) sorted by relevance
/linux/fs/crypto/ |
A D | keysetup.c | 20 .cipher_str = "xts(aes)", 28 .cipher_str = "cts(cbc(aes))", 35 .cipher_str = "essiv(cbc(aes),sha256)", 43 .cipher_str = "cts(cbc(aes))", 50 .cipher_str = "adiantum(xchacha12,aes)", 85 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher() 90 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher() 94 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
|
A D | fscrypt_private.h | 560 const char *cipher_str; member
|
/linux/block/ |
A D | blk-crypto.c | 22 .cipher_str = "xts(aes)", 27 .cipher_str = "essiv(cbc(aes),sha256)", 32 .cipher_str = "adiantum(xchacha12,aes)",
|
A D | blk-crypto-fallback.c | 613 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()
|
A D | blk-crypto-internal.h | 14 const char *cipher_str; /* crypto API name (for fallback case) */ member
|
/linux/fs/ecryptfs/ |
A D | crypto.c | 900 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()
|
Completed in 12 milliseconds