Lines Matching refs:skcipher
13 #include <crypto/internal/skcipher.h>
154 crypto_skcipher_clear_flags(tctx->fallback.skcipher,
156 crypto_skcipher_set_flags(tctx->fallback.skcipher,
159 return crypto_skcipher_setkey(tctx->fallback.skcipher, key, len);
242 tctx->fallback.skcipher =
245 if (IS_ERR(tctx->fallback.skcipher)) {
247 return PTR_ERR(tctx->fallback.skcipher);
251 crypto_skcipher_reqsize(tctx->fallback.skcipher));
259 crypto_free_skcipher(tctx->fallback.skcipher);
274 skcipher_request_set_tfm(subreq, tctx->fallback.skcipher);