Searched refs:cipher_str (Results 1 – 4 of 4) sorted by relevance
/linux/fs/crypto/ |
H A D | keysetup.c | 19 .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 = "xts(sm4)", 57 .cipher_str = "cts(cbc(sm4))", 64 .cipher_str = "adiantum(xchacha12,aes)", 72 .cipher_str = "hctr2(aes)", 106 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher() 111 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher() [all …]
|
H A D | fscrypt_private.h | 642 const char *cipher_str; member
|
/linux/block/ |
H A D | blk-crypto.c | 24 .cipher_str = "xts(aes)", 30 .cipher_str = "essiv(cbc(aes),sha256)", 36 .cipher_str = "adiantum(xchacha12,aes)", 42 .cipher_str = "xts(sm4)",
|
H A D | blk-crypto-internal.h | 15 const char *cipher_str; /* crypto API name (for fallback case) */ member
|