Home | History | Annotate | Download | only in evp

Lines Matching refs:EVP_CIPHER_CTX

69 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
71 static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
73 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
74 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
75 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
137 static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
145 static int rc2_meth_to_magic(EVP_CIPHER_CTX *e)
168 static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
193 static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
207 static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)