Searched refs:cipherctx (Results 1 – 2 of 2) sorted by relevance
109 const EVP_CIPHER_CTX *cipherctx = CMAC_CTX_get0_cipher_ctx(macctx->ctx); in cmac_size() local111 if (EVP_CIPHER_CTX_get0_cipher(cipherctx) == NULL) in cmac_size()114 return EVP_CIPHER_CTX_get_block_size(cipherctx); in cmac_size()
849 EVP_CIPHER_CTX *cipherctx = EVP_CIPHER_CTX_new(); in thread_general_worker() local873 || !TEST_ptr(cipherctx) in thread_general_worker()885 if (!TEST_true(EVP_EncryptInit_ex(cipherctx, ciph, NULL, key, iv)) in thread_general_worker()886 || !TEST_true(EVP_EncryptUpdate(cipherctx, out, &ciphoutl, in thread_general_worker()889 || !TEST_true(EVP_EncryptFinal(cipherctx, out, &ciphoutl))) in thread_general_worker()906 EVP_CIPHER_CTX_free(cipherctx); in thread_general_worker()