Lines Matching refs:EVP_CIPHER
84 const EVP_CIPHER *cipher = c->cipher;
175 const EVP_CIPHER *cipher = c->cipher;
276 int EVP_CIPHER_get_type(const EVP_CIPHER *cipher)
341 int evp_cipher_cache_constants(EVP_CIPHER *cipher)
388 int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
398 int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e)
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)
455 EVP_CIPHER *cipher;
459 cipher = (EVP_CIPHER *)ctx->cipher;
470 unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher)
500 int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher)
648 int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher)
665 int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher)
675 int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name)
684 int evp_cipher_get_number(const EVP_CIPHER *cipher)
689 const char *EVP_CIPHER_get0_name(const EVP_CIPHER *cipher)
700 const char *EVP_CIPHER_get0_description(const EVP_CIPHER *cipher)
711 int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher,
721 const OSSL_PROVIDER *EVP_CIPHER_get0_provider(const EVP_CIPHER *cipher)
726 int EVP_CIPHER_get_mode(const EVP_CIPHER *cipher)