ctr_handle        552 crypto/drbg.c  		ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C,
ctr_handle        571 crypto/drbg.c  	ret = crypto_skcipher_setkey(drbg->ctr_handle, temp,
ctr_handle       1726 crypto/drbg.c  	if (drbg->ctr_handle)
ctr_handle       1727 crypto/drbg.c  		crypto_free_skcipher(drbg->ctr_handle);
ctr_handle       1728 crypto/drbg.c  	drbg->ctr_handle = NULL;
ctr_handle       1769 crypto/drbg.c  	drbg->ctr_handle = sk_tfm;
ctr_handle        123 include/crypto/drbg.h 	struct crypto_skcipher *ctr_handle;	/* CTR mode cipher handle */