• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/evp/

Lines Matching refs:EVP_CIPHER

360 	} /* EVP_CIPHER */;
400 const EVP_CIPHER *cipher;
406 const EVP_CIPHER *cipher;
440 ASN1_TYPE *param, const EVP_CIPHER *cipher,
555 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
559 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
561 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
568 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
570 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
577 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
580 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
594 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,unsigned char *ek,
598 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
626 void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,unsigned char *k,
652 const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
654 const EVP_CIPHER *EVP_des_ecb(void);
655 const EVP_CIPHER *EVP_des_ede(void);
656 const EVP_CIPHER *EVP_des_ede3(void);
657 const EVP_CIPHER *EVP_des_ede_ecb(void);
658 const EVP_CIPHER *EVP_des_ede3_ecb(void);
659 const EVP_CIPHER *EVP_des_cfb64(void);
661 const EVP_CIPHER *EVP_des_cfb1(void);
662 const EVP_CIPHER *EVP_des_cfb8(void);
663 const EVP_CIPHER *EVP_des_ede_cfb64(void);
666 const EVP_CIPHER *EVP_des_ede_cfb1(void);
667 const EVP_CIPHER *EVP_des_ede_cfb8(void);
669 const EVP_CIPHER *EVP_des_ede3_cfb64(void);
671 const EVP_CIPHER *EVP_des_ede3_cfb1(void);
672 const EVP_CIPHER *EVP_des_ede3_cfb8(void);
673 const EVP_CIPHER *EVP_des_ofb(void);
674 const EVP_CIPHER *EVP_des_ede_ofb(void);
675 const EVP_CIPHER *EVP_des_ede3_ofb(void);
676 const EVP_CIPHER *EVP_des_cbc(void);
677 const EVP_CIPHER *EVP_des_ede_cbc(void);
678 const EVP_CIPHER *EVP_des_ede3_cbc(void);
679 const EVP_CIPHER *EVP_desx_cbc(void);
684 const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
685 const EVP_CIPHER *EVP_dev_crypto_rc4(void);
691 const EVP_CIPHER *EVP_rc4(void);
692 const EVP_CIPHER *EVP_rc4_40(void);
695 const EVP_CIPHER *EVP_idea_ecb(void);
696 const EVP_CIPHER *EVP_idea_cfb64(void);
698 const EVP_CIPHER *EVP_idea_ofb(void);
699 const EVP_CIPHER *EVP_idea_cbc(void);
702 const EVP_CIPHER *EVP_rc2_ecb(void);
703 const EVP_CIPHER *EVP_rc2_cbc(void);
704 const EVP_CIPHER *EVP_rc2_40_cbc(void);
705 const EVP_CIPHER *EVP_rc2_64_cbc(void);
706 const EVP_CIPHER *EVP_rc2_cfb64(void);
708 const EVP_CIPHER *EVP_rc2_ofb(void);
711 const EVP_CIPHER *EVP_bf_ecb(void);
712 const EVP_CIPHER *EVP_bf_cbc(void);
713 const EVP_CIPHER *EVP_bf_cfb64(void);
715 const EVP_CIPHER *EVP_bf_ofb(void);
718 const EVP_CIPHER *EVP_cast5_ecb(void);
719 const EVP_CIPHER *EVP_cast5_cbc(void);
720 const EVP_CIPHER *EVP_cast5_cfb64(void);
722 const EVP_CIPHER *EVP_cast5_ofb(void);
725 const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
726 const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
727 const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
729 const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
732 const EVP_CIPHER *EVP_aes_128_ecb(void);
733 const EVP_CIPHER *EVP_aes_128_cbc(void);
734 const EVP_CIPHER *EVP_aes_128_cfb1(void);
735 const EVP_CIPHER *EVP_aes_128_cfb8(void);
736 const EVP_CIPHER *EVP_aes_128_cfb128(void);
738 const EVP_CIPHER *EVP_aes_128_ofb(void);
740 const EVP_CIPHER *EVP_aes_128_ctr(void);
742 const EVP_CIPHER *EVP_aes_192_ecb(void);
743 const EVP_CIPHER *EVP_aes_192_cbc(void);
744 const EVP_CIPHER *EVP_aes_192_cfb1(void);
745 const EVP_CIPHER *EVP_aes_192_cfb8(void);
746 const EVP_CIPHER *EVP_aes_192_cfb128(void);
748 const EVP_CIPHER *EVP_aes_192_ofb(void);
750 const EVP_CIPHER *EVP_aes_192_ctr(void);
752 const EVP_CIPHER *EVP_aes_256_ecb(void);
753 const EVP_CIPHER *EVP_aes_256_cbc(void);
754 const EVP_CIPHER *EVP_aes_256_cfb1(void);
755 const EVP_CIPHER *EVP_aes_256_cfb8(void);
756 const EVP_CIPHER *EVP_aes_256_cfb128(void);
758 const EVP_CIPHER *EVP_aes_256_ofb(void);
760 const EVP_CIPHER *EVP_aes_256_ctr(void);
781 int EVP_add_cipher(const EVP_CIPHER *cipher);
784 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
831 int EVP_CIPHER_type(const EVP_CIPHER *ctx);
837 /* These are used by EVP_CIPHER methods */
843 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
849 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
856 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,