Searched refs:tmpcipher (Results 1 – 1 of 1) sorted by relevance
488 struct crypto_cipher *tmpcipher; in ssv6xxx_preload_sw_cipher() local501 tmpcipher = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in ssv6xxx_preload_sw_cipher()502 if (IS_ERR(tmpcipher)) { in ssv6xxx_preload_sw_cipher()505 crypto_free_cipher(tmpcipher); in ssv6xxx_preload_sw_cipher()