Home | History | Annotate | Download | only in evp

Lines Matching full:evp_cipher

320 	} /* EVP_CIPHER */;
389 * EVP_Cipher even appends/verifies MAC.
407 const EVP_CIPHER *cipher;
413 const EVP_CIPHER *cipher;
447 ASN1_TYPE *param, const EVP_CIPHER *cipher,
489 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
491 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
492 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
493 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
494 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
497 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
534 int EVP_Cipher(EVP_CIPHER_CTX *c,
572 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
580 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
582 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
589 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
591 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
598 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
601 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
625 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,
630 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
662 void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,const unsigned char *k,
700 const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
702 const EVP_CIPHER *EVP_des_ecb(void);
703 const EVP_CIPHER *EVP_des_ede(void);
704 const EVP_CIPHER *EVP_des_ede3(void);
705 const EVP_CIPHER *EVP_des_ede_ecb(void);
706 const EVP_CIPHER *EVP_des_ede3_ecb(void);
707 const EVP_CIPHER *EVP_des_cfb64(void);
709 const EVP_CIPHER *EVP_des_cfb1(void);
710 const EVP_CIPHER *EVP_des_cfb8(void);
711 const EVP_CIPHER *EVP_des_ede_cfb64(void);
714 const EVP_CIPHER *EVP_des_ede_cfb1(void);
715 const EVP_CIPHER *EVP_des_ede_cfb8(void);
717 const EVP_CIPHER *EVP_des_ede3_cfb64(void);
719 const EVP_CIPHER *EVP_des_ede3_cfb1(void);
720 const EVP_CIPHER *EVP_des_ede3_cfb8(void);
721 const EVP_CIPHER *EVP_des_ofb(void);
722 const EVP_CIPHER *EVP_des_ede_ofb(void);
723 const EVP_CIPHER *EVP_des_ede3_ofb(void);
724 const EVP_CIPHER *EVP_des_cbc(void);
725 const EVP_CIPHER *EVP_des_ede_cbc(void);
726 const EVP_CIPHER *EVP_des_ede3_cbc(void);
727 const EVP_CIPHER *EVP_desx_cbc(void);
732 const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
733 const EVP_CIPHER *EVP_dev_crypto_rc4(void);
739 const EVP_CIPHER *EVP_rc4(void);
740 const EVP_CIPHER *EVP_rc4_40(void);
742 const EVP_CIPHER *EVP_rc4_hmac_md5(void);
746 const EVP_CIPHER *EVP_idea_ecb(void);
747 const EVP_CIPHER *EVP_idea_cfb64(void);
749 const EVP_CIPHER *EVP_idea_ofb(void);
750 const EVP_CIPHER *EVP_idea_cbc(void);
753 const EVP_CIPHER *EVP_rc2_ecb(void);
754 const EVP_CIPHER *EVP_rc2_cbc(void);
755 const EVP_CIPHER *EVP_rc2_40_cbc(void);
756 const EVP_CIPHER *EVP_rc2_64_cbc(void);
757 const EVP_CIPHER *EVP_rc2_cfb64(void);
759 const EVP_CIPHER *EVP_rc2_ofb(void);
762 const EVP_CIPHER *EVP_bf_ecb(void);
763 const EVP_CIPHER *EVP_bf_cbc(void);
764 const EVP_CIPHER *EVP_bf_cfb64(void);
766 const EVP_CIPHER *EVP_bf_ofb(void);
769 const EVP_CIPHER *EVP_cast5_ecb(void);
770 const EVP_CIPHER *EVP_cast5_cbc(void);
771 const EVP_CIPHER *EVP_cast5_cfb64(void);
773 const EVP_CIPHER *EVP_cast5_ofb(void);
776 const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
777 const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
778 const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
780 const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
783 const EVP_CIPHER *EVP_aes_128_ecb(void);
784 const EVP_CIPHER *EVP_aes_128_cbc(void);
785 const EVP_CIPHER *EVP_aes_128_cfb1(void);
786 const EVP_CIPHER *EVP_aes_128_cfb8(void);
787 const EVP_CIPHER *EVP_aes_128_cfb128(void);
789 const EVP_CIPHER *EVP_aes_128_ofb(void);
790 const EVP_CIPHER *EVP_aes_128_ctr(void);
791 const EVP_CIPHER *EVP_aes_128_ccm(void);
792 const EVP_CIPHER *EVP_aes_128_gcm(void);
793 const EVP_CIPHER *EVP_aes_128_xts(void);
794 const EVP_CIPHER *EVP_aes_192_ecb(void);
795 const EVP_CIPHER *EVP_aes_192_cbc(void);
796 const EVP_CIPHER *EVP_aes_192_cfb1(void);
797 const EVP_CIPHER *EVP_aes_192_cfb8(void);
798 const EVP_CIPHER *EVP_aes_192_cfb128(void);
800 const EVP_CIPHER *EVP_aes_192_ofb(void);
801 const EVP_CIPHER *EVP_aes_192_ctr(void);
802 const EVP_CIPHER *EVP_aes_192_ccm(void);
803 const EVP_CIPHER *EVP_aes_192_gcm(void);
804 const EVP_CIPHER *EVP_aes_256_ecb(void);
805 const EVP_CIPHER *EVP_aes_256_cbc(void);
806 const EVP_CIPHER *EVP_aes_256_cfb1(void);
807 const EVP_CIPHER *EVP_aes_256_cfb8(void);
808 const EVP_CIPHER *EVP_aes_256_cfb128(void);
810 const EVP_CIPHER *EVP_aes_256_ofb(void);
811 const EVP_CIPHER *EVP_aes_256_ctr(void);
812 const EVP_CIPHER *EVP_aes_256_ccm(void);
813 const EVP_CIPHER *EVP_aes_256_gcm(void);
814 const EVP_CIPHER *EVP_aes_256_xts(void);
816 const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
817 const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
821 const EVP_CIPHER *EVP_camellia_128_ecb(void);
822 const EVP_CIPHER *EVP_camellia_128_cbc(void);
823 const EVP_CIPHER *EVP_camellia_128_cfb1(void);
824 const EVP_CIPHER *EVP_camellia_128_cfb8(void);
825 const EVP_CIPHER *EVP_camellia_128_cfb128(void);
827 const EVP_CIPHER *EVP_camellia_128_ofb(void);
828 const EVP_CIPHER *EVP_camellia_192_ecb(void);
829 const EVP_CIPHER *EVP_camellia_192_cbc(void);
830 const EVP_CIPHER *EVP_camellia_192_cfb1(void);
831 const EVP_CIPHER *EVP_camellia_192_cfb8(void);
832 const EVP_CIPHER *EVP_camellia_192_cfb128(void);
834 const EVP_CIPHER *EVP_camellia_192_ofb(void);
835 const EVP_CIPHER *EVP_camellia_256_ecb(void);
836 const EVP_CIPHER *EVP_camellia_256_cbc(void);
837 const EVP_CIPHER *EVP_camellia_256_cfb1(void);
838 const EVP_CIPHER *EVP_camellia_256_cfb8(void);
839 const EVP_CIPHER *EVP_camellia_256_cfb128(void);
841 const EVP_CIPHER *EVP_camellia_256_ofb(void);
845 const EVP_CIPHER *EVP_seed_ecb(void);
846 const EVP_CIPHER *EVP_seed_cbc(void);
847 const EVP_CIPHER *EVP_seed_cfb128(void);
849 const EVP_CIPHER *EVP_seed_ofb(void);
869 int EVP_add_cipher(const EVP_CIPHER *cipher);
872 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
876 void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
878 void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
953 int EVP_CIPHER_type(const EVP_CIPHER *ctx);
959 /* These are used by EVP_CIPHER methods */
965 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
975 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
992 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,