Searched refs:new_octx (Results 1 – 1 of 1) sorted by relevance
3851 EVP_AES_OCB_CTX *new_octx; in aes_ocb_ctrl() local3899 new_octx = EVP_C_DATA(EVP_AES_OCB_CTX,newc); in aes_ocb_ctrl()3900 return CRYPTO_ocb128_copy_ctx(&new_octx->ocb, &octx->ocb, in aes_ocb_ctrl()3901 &new_octx->ksenc.ks, in aes_ocb_ctrl()3902 &new_octx->ksdec.ks); in aes_ocb_ctrl()
Completed in 22 milliseconds