Lines Matching defs:cipher
85 const EVP_CIPHER *cipher; in evp_cipher_param_to_asn1_ex() local
156 const EVP_CIPHER *cipher; in evp_cipher_asn1_to_param_ex() local
255 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
320 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
367 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
440 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local
455 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags()
485 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length()
636 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_key_length()
670 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
680 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name) in EVP_CIPHER_is_a()
689 int evp_cipher_get_number(const EVP_CIPHER *cipher) in evp_cipher_get_number()
694 const char *EVP_CIPHER_get0_name(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_name()
705 const char *EVP_CIPHER_get0_description(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_description()
716 int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher, in EVP_CIPHER_names_do_all()
726 const OSSL_PROVIDER *EVP_CIPHER_get0_provider(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_provider()
731 int EVP_CIPHER_get_mode(const EVP_CIPHER *cipher) in EVP_CIPHER_get_mode()