Searched refs:ctr_handle (Results 1 – 2 of 2) sorted by relevance
123 struct crypto_skcipher *ctr_handle; /* CTR mode cipher handle */ member
501 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update()520 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp, in drbg_ctr_update()1637 if (drbg->ctr_handle) in drbg_fini_sym_kernel()1638 crypto_free_skcipher(drbg->ctr_handle); in drbg_fini_sym_kernel()1639 drbg->ctr_handle = NULL; in drbg_fini_sym_kernel()1680 drbg->ctr_handle = sk_tfm; in drbg_init_sym_kernel()