Lines Matching defs:ctx
123 int EVP_CIPHER_type(const EVP_CIPHER *ctx) in EVP_CIPHER_type()
186 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_block_size()
191 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, unsigned int inl) in EVP_Cipher()
196 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher()
206 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_flags()
211 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_app_data()
216 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data) in EVP_CIPHER_CTX_set_app_data()
226 int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_length()
236 int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_key_length()
246 int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_nid()
281 const EVP_MD *EVP_MD_CTX_md(const EVP_MD_CTX *ctx) in EVP_MD_CTX_md()
288 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags) in EVP_MD_CTX_set_flags()
293 void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags) in EVP_MD_CTX_clear_flags()
298 int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags) in EVP_MD_CTX_test_flags()
303 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags) in EVP_CIPHER_CTX_set_flags()
308 void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags) in EVP_CIPHER_CTX_clear_flags()
313 int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags) in EVP_CIPHER_CTX_test_flags()