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

/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c42 static const char blkcipher_alg[] = "cbc(aes)"; variable
90 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);
390 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC);
393 blkcipher_alg, PTR_ERR(tfm));
407 blkcipher_alg);

Completed in 162 milliseconds