Home | History | Annotate | Download | only in evp

Lines Matching refs:EVP_CIPHER_CTX

69 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
74 memset(ctx,0,sizeof(EVP_CIPHER_CTX));
84 static int bad_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
88 static int bad_do_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
94 static int bad_set_asn1(EVP_CIPHER_CTX *ctx, ASN1_TYPE *typ)
96 static int bad_get_asn1(EVP_CIPHER_CTX *ctx, ASN1_TYPE *typ)
98 static int bad_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
125 static int do_evp_enc_engine_null(EVP_CIPHER_CTX *ctx,
133 (EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pciph, ENGINE *impl)
139 (EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pciph, ENGINE *impl))
149 static int do_evp_enc_engine(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl)
191 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
326 int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *c)
344 memset(c,0,sizeof(EVP_CIPHER_CTX));
348 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl)
356 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
377 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
382 int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx)