Searched refs:ctr_handle (Results 1 – 2 of 2) sorted by relevance
330 ret = crypto_skcipher_setkey(drbg->ctr_handle, drbg->C, in drbg_ctr_update()349 ret = crypto_skcipher_setkey(drbg->ctr_handle, temp, in drbg_ctr_update()1513 if (drbg->ctr_handle) in drbg_fini_sym_kernel()1514 crypto_free_skcipher(drbg->ctr_handle); in drbg_fini_sym_kernel()1515 drbg->ctr_handle = NULL; in drbg_fini_sym_kernel()1552 drbg->ctr_handle = sk_tfm; in drbg_init_sym_kernel()
106 struct crypto_skcipher *ctr_handle; /* CTR mode cipher handle */ member