Searched refs:ctr_handle (Results 1 – 2 of 2) sorted by relevance
129 struct crypto_skcipher *ctr_handle; /* CTR mode cipher handle */ member
554 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update()573 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp, in drbg_ctr_update()1745 if (drbg->ctr_handle) in drbg_fini_sym_kernel()1746 crypto_free_skcipher(drbg->ctr_handle); in drbg_fini_sym_kernel()1747 drbg->ctr_handle = NULL; in drbg_fini_sym_kernel()1788 drbg->ctr_handle = sk_tfm; in drbg_init_sym_kernel()
Completed in 6 milliseconds