Lines Matching refs:EVP_CIPHER_CTX
34 int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
39 int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
44 int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *ctx, ASN1_TYPE *type)
65 int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
80 int evp_cipher_param_to_asn1_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type,
171 int evp_cipher_asn1_to_param_ex(EVP_CIPHER_CTX *c, ASN1_TYPE *type,
242 int evp_cipher_get_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type,
263 int evp_cipher_set_asn1_aead_params(EVP_CIPHER_CTX *c, ASN1_TYPE *type,
393 int EVP_CIPHER_CTX_get_block_size(const EVP_CIPHER_CTX *ctx)
403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
438 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
446 const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx)
453 EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx)
465 int EVP_CIPHER_CTX_is_encrypting(const EVP_CIPHER_CTX *ctx)
475 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
480 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data)
485 void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx)
490 void *EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data)
505 int EVP_CIPHER_CTX_get_iv_length(const EVP_CIPHER_CTX *ctx)
527 rv = EVP_CIPHER_CTX_ctrl((EVP_CIPHER_CTX *)ctx, EVP_CTRL_GET_IVLEN,
536 ((EVP_CIPHER_CTX *)ctx)->iv_len = len;
541 int EVP_CIPHER_CTX_get_tag_length(const EVP_CIPHER_CTX *ctx)
553 const unsigned char *EVP_CIPHER_CTX_original_iv(const EVP_CIPHER_CTX *ctx)
570 const unsigned char *EVP_CIPHER_CTX_iv(const EVP_CIPHER_CTX *ctx)
584 unsigned char *EVP_CIPHER_CTX_iv_noconst(EVP_CIPHER_CTX *ctx)
599 int EVP_CIPHER_CTX_get_updated_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len)
608 int EVP_CIPHER_CTX_get_original_iv(EVP_CIPHER_CTX *ctx, void *buf, size_t len)
617 unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx)
622 int EVP_CIPHER_CTX_get_num(const EVP_CIPHER_CTX *ctx)
634 int EVP_CIPHER_CTX_set_num(EVP_CIPHER_CTX *ctx, int num)
653 int EVP_CIPHER_CTX_get_key_length(const EVP_CIPHER_CTX *ctx)
670 int EVP_CIPHER_CTX_get_nid(const EVP_CIPHER_CTX *ctx)
1085 static int evp_cipher_ctx_enable_use_bits(EVP_CIPHER_CTX *ctx,
1094 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags)
1103 void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags)
1112 int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags)