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

/linux-master/crypto/
H A Dadiantum.c71 struct crypto_skcipher *streamcipher; member in struct:adiantum_tfm_ctx
132 crypto_skcipher_clear_flags(tctx->streamcipher, CRYPTO_TFM_REQ_MASK);
133 crypto_skcipher_set_flags(tctx->streamcipher,
136 err = crypto_skcipher_setkey(tctx->streamcipher, key, keylen);
142 crypto_skcipher_reqsize(tctx->streamcipher), GFP_KERNEL);
148 skcipher_request_set_tfm(&data->req, tctx->streamcipher);
407 skcipher_request_set_tfm(&rctx->u.streamcipher_req, tctx->streamcipher);
432 struct crypto_skcipher *streamcipher; local
438 streamcipher = crypto_spawn_skcipher(&ictx->streamcipher_spawn);
439 if (IS_ERR(streamcipher))
[all...]

Completed in 144 milliseconds