Lines Matching defs:cipher
84 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_param_to_asn1_ex() local
175 const EVP_CIPHER *cipher = c->cipher; in evp_cipher_asn1_to_param_ex() local
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher) in EVP_CIPHER_get_type()
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher) in evp_cipher_cache_constants()
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher) in EVP_CIPHER_get_block_size()
455 EVP_CIPHER *cipher; in EVP_CIPHER_CTX_get1_cipher() local
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_get_flags()
500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_iv_length()
648 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_get_key_length()
665 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_get_nid()
675 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name) in EVP_CIPHER_is_a()
684 int evp_cipher_get_number(const EVP_CIPHER *cipher) in evp_cipher_get_number()
689 const char *EVP_CIPHER_get0_name(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_name()
700 const char *EVP_CIPHER_get0_description(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_description()
711 int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher, in EVP_CIPHER_names_do_all()
721 const OSSL_PROVIDER *EVP_CIPHER_get0_provider(const EVP_CIPHER *cipher) in EVP_CIPHER_get0_provider()
726 int EVP_CIPHER_get_mode(const EVP_CIPHER *cipher) in EVP_CIPHER_get_mode()