Home
last modified time | relevance | path

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

/linux/security/keys/encrypted-keys/
H A Dencrypted.c39 static const char blkcipher_alg[] = "cbc(aes)";
85 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);
363 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in get_derived_key()
366 blkcipher_alg, PTR_ERR(tfm)); in get_derived_key()
380 blkcipher_alg); in get_derived_key()
42 static const char blkcipher_alg[] = "cbc(aes)"; global() variable