Searched refs:cipher_str (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/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 = "adiantum(xchacha12,aes)", 84 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher() 89 mode->friendly_name, mode->cipher_str); in fscrypt_allocate_skcipher() 93 mode->cipher_str, PTR_ERR(tfm)); in fscrypt_allocate_skcipher()
|
| H A D | fscrypt_private.h | 622 const char *cipher_str; member
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-crypto.c | 22 .cipher_str = "xts(aes)", 27 .cipher_str = "essiv(cbc(aes),sha256)", 32 .cipher_str = "adiantum(xchacha12,aes)",
|
| H A D | blk-crypto-fallback.c | 605 const char *cipher_str = blk_crypto_modes[mode_num].cipher_str; in blk_crypto_fallback_start_using_mode() local 628 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode() 633 cipher_str); in blk_crypto_fallback_start_using_mode()
|
| H A D | blk-crypto-internal.h | 14 const char *cipher_str; /* crypto API name (for fallback case) */ member
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | crypto.c | 903 char cipher_str[16]; member 949 if (strcmp(cipher_name, map[i].cipher_str) == 0) { in ecryptfs_code_for_cipher_string() 972 strcpy(str, ecryptfs_cipher_code_str_map[i].cipher_str); in ecryptfs_cipher_code_to_string()
|