ctr_req          1730 crypto/drbg.c  	if (drbg->ctr_req)
ctr_req          1731 crypto/drbg.c  		skcipher_request_free(drbg->ctr_req);
ctr_req          1732 crypto/drbg.c  	drbg->ctr_req = NULL;
ctr_req          1778 crypto/drbg.c  	drbg->ctr_req = req;
ctr_req          1842 crypto/drbg.c  		skcipher_request_set_crypt(drbg->ctr_req, sg_in, sg_out,
ctr_req          1844 crypto/drbg.c  		ret = crypto_wait_req(crypto_skcipher_encrypt(drbg->ctr_req),
ctr_req           124 include/crypto/drbg.h 	struct skcipher_request *ctr_req;	/* CTR mode request handle */