Lines Matching refs:sw_cipher
269 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, ctx->sw_cipher.cipher);
272 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher);
292 crypto_sync_skcipher_clear_flags(ctx->sw_cipher.cipher,
294 crypto_sync_skcipher_set_flags(ctx->sw_cipher.cipher,
296 return crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen);
356 aead_request_set_tfm(subreq, ctx->sw_cipher.aead);
371 crypto_aead_clear_flags(ctx->sw_cipher.aead, CRYPTO_TFM_REQ_MASK);
372 crypto_aead_set_flags(ctx->sw_cipher.aead,
374 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen);
489 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize);