Home
last modified time | relevance | path

Searched refs:cipher_ctxs (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dfake_pipelineprov.c36 EVP_CIPHER_CTX *cipher_ctxs[EVP_MAX_PIPES]; member
67 EVP_CIPHER_CTX_free(ctx->cipher_ctxs[i]); in fake_pipeline_freectx()
90 ctx->cipher_ctxs[i] = EVP_CIPHER_CTX_new(); in fake_pipeline_init()
91 if (ctx->cipher_ctxs[i] == NULL) in fake_pipeline_init()
93 if (!EVP_CipherInit(ctx->cipher_ctxs[i], ctx->cipher, key, iv[i], enc)) in fake_pipeline_init()
127 if (!EVP_CipherUpdate(ctx->cipher_ctxs[i], in fake_pipeline_update()
146 if (!EVP_CipherFinal(ctx->cipher_ctxs[i], out[i], &ioutl)) in fake_pipeline_final()
213 if (!EVP_CIPHER_CTX_get_params(ctx->cipher_ctxs[i], aead_params)) { in fake_pipeline_aead_get_ctx_params()
241 if (!EVP_CIPHER_CTX_set_params(ctx->cipher_ctxs[i], aead_params)) { in fake_pipeline_aead_set_ctx_params()

Completed in 5 milliseconds