Lines Matching refs:flags
63 u32 flags; member
76 rctx->flags &= ~CRYPTO_TFM_REQ_MAY_SLEEP; in async_done_continue()
141 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_decrypt()
181 ahash_request_set_callback(&preq->req, rctx->flags, in poly_tail()
211 ahash_request_set_callback(&preq->req, rctx->flags, in poly_cipherpad()
241 ahash_request_set_callback(&preq->req, rctx->flags, in poly_cipher()
270 ahash_request_set_callback(&preq->req, rctx->flags, in poly_adpad()
294 ahash_request_set_callback(&preq->req, rctx->flags, in poly_ad()
320 ahash_request_set_callback(&preq->req, rctx->flags, in poly_setkey()
344 ahash_request_set_callback(&preq->req, rctx->flags, in poly_init()
381 skcipher_request_set_callback(&creq->req, rctx->flags, in poly_genkey()
417 skcipher_request_set_callback(&creq->req, rctx->flags, in chacha_encrypt()
435 rctx->flags = aead_request_flags(req); in chachapoly_encrypt()
457 rctx->flags = aead_request_flags(req); in chachapoly_decrypt()