Lines Matching refs:EVP_CIPHER_CTX
27 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
29 static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
31 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
32 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
33 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
92 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
100 static int rc2_meth_to_magic(EVP_CIPHER_CTX *e)
130 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
157 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
170 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)