Home | History | Annotate | Download | only in ssl

Lines Matching refs:ciph_ctx

2004 	EVP_CIPHER_CTX		ciph_ctx;
2013 EVP_CIPHER_CTX_init(&ciph_ctx);
2078 if (!EVP_CipherInit(&ciph_ctx,enc,kssl_ctx->key,iv,0))
2086 if (!EVP_Cipher(&ciph_ctx,unenc_authent,dec_authent->cipher->data,outl))
2093 EVP_CIPHER_CTX_cleanup(&ciph_ctx);
2145 EVP_CIPHER_CTX_cleanup(&ciph_ctx);