Lines Matching refs:sw_cipher
252 SYNC_SKCIPHER_REQUEST_ON_STACK(subreq, ctx->sw_cipher.cipher);
255 skcipher_request_set_sync_tfm(subreq, ctx->sw_cipher.cipher);
275 crypto_sync_skcipher_clear_flags(ctx->sw_cipher.cipher,
277 crypto_sync_skcipher_set_flags(ctx->sw_cipher.cipher,
279 return crypto_sync_skcipher_setkey(ctx->sw_cipher.cipher, key, keylen);
339 aead_request_set_tfm(subreq, ctx->sw_cipher.aead);
354 crypto_aead_clear_flags(ctx->sw_cipher.aead, CRYPTO_TFM_REQ_MASK);
355 crypto_aead_set_flags(ctx->sw_cipher.aead,
357 return crypto_aead_setkey(ctx->sw_cipher.aead, key, keylen);
472 return crypto_aead_setauthsize(ctx->sw_cipher.aead, authsize);