Searched refs:ctr_handle (Results 1 – 2 of 2) sorted by relevance
129 struct crypto_skcipher *ctr_handle; /* CTR mode cipher handle */ member
552 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update()571 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp, in drbg_ctr_update()1715 if (drbg->ctr_handle) in drbg_fini_sym_kernel()1716 crypto_free_skcipher(drbg->ctr_handle); in drbg_fini_sym_kernel()1717 drbg->ctr_handle = NULL; in drbg_fini_sym_kernel()1758 drbg->ctr_handle = sk_tfm; in drbg_init_sym_kernel()