• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/

Lines Matching refs:EVP_CIPHER

324 	} /* EVP_CIPHER */;
363 const EVP_CIPHER *cipher;
369 const EVP_CIPHER *cipher;
403 ASN1_TYPE *param, const EVP_CIPHER *cipher,
444 int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
446 int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
447 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
448 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
449 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
452 const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
523 int EVP_BytesToKey(const EVP_CIPHER *type,const EVP_MD *md,
527 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
529 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
536 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
538 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
545 int EVP_CipherInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher,
548 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
562 int EVP_OpenInit(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *type,
567 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
599 void BIO_set_cipher(BIO *b,const EVP_CIPHER *c,const unsigned char *k,
634 const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
636 const EVP_CIPHER *EVP_des_ecb(void);
637 const EVP_CIPHER *EVP_des_ede(void);
638 const EVP_CIPHER *EVP_des_ede3(void);
639 const EVP_CIPHER *EVP_des_ede_ecb(void);
640 const EVP_CIPHER *EVP_des_ede3_ecb(void);
641 const EVP_CIPHER *EVP_des_cfb64(void);
643 const EVP_CIPHER *EVP_des_cfb1(void);
644 const EVP_CIPHER *EVP_des_cfb8(void);
645 const EVP_CIPHER *EVP_des_ede_cfb64(void);
648 const EVP_CIPHER *EVP_des_ede_cfb1(void);
649 const EVP_CIPHER *EVP_des_ede_cfb8(void);
651 const EVP_CIPHER *EVP_des_ede3_cfb64(void);
653 const EVP_CIPHER *EVP_des_ede3_cfb1(void);
654 const EVP_CIPHER *EVP_des_ede3_cfb8(void);
655 const EVP_CIPHER *EVP_des_ofb(void);
656 const EVP_CIPHER *EVP_des_ede_ofb(void);
657 const EVP_CIPHER *EVP_des_ede3_ofb(void);
658 const EVP_CIPHER *EVP_des_cbc(void);
659 const EVP_CIPHER *EVP_des_ede_cbc(void);
660 const EVP_CIPHER *EVP_des_ede3_cbc(void);
661 const EVP_CIPHER *EVP_desx_cbc(void);
666 const EVP_CIPHER *EVP_dev_crypto_des_ede3_cbc(void);
667 const EVP_CIPHER *EVP_dev_crypto_rc4(void);
673 const EVP_CIPHER *EVP_rc4(void);
674 const EVP_CIPHER *EVP_rc4_40(void);
677 const EVP_CIPHER *EVP_idea_ecb(void);
678 const EVP_CIPHER *EVP_idea_cfb64(void);
680 const EVP_CIPHER *EVP_idea_ofb(void);
681 const EVP_CIPHER *EVP_idea_cbc(void);
684 const EVP_CIPHER *EVP_rc2_ecb(void);
685 const EVP_CIPHER *EVP_rc2_cbc(void);
686 const EVP_CIPHER *EVP_rc2_40_cbc(void);
687 const EVP_CIPHER *EVP_rc2_64_cbc(void);
688 const EVP_CIPHER *EVP_rc2_cfb64(void);
690 const EVP_CIPHER *EVP_rc2_ofb(void);
693 const EVP_CIPHER *EVP_bf_ecb(void);
694 const EVP_CIPHER *EVP_bf_cbc(void);
695 const EVP_CIPHER *EVP_bf_cfb64(void);
697 const EVP_CIPHER *EVP_bf_ofb(void);
700 const EVP_CIPHER *EVP_cast5_ecb(void);
701 const EVP_CIPHER *EVP_cast5_cbc(void);
702 const EVP_CIPHER *EVP_cast5_cfb64(void);
704 const EVP_CIPHER *EVP_cast5_ofb(void);
707 const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
708 const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
709 const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
711 const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
714 const EVP_CIPHER *EVP_aes_128_ecb(void);
715 const EVP_CIPHER *EVP_aes_128_cbc(void);
716 const EVP_CIPHER *EVP_aes_128_cfb1(void);
717 const EVP_CIPHER *EVP_aes_128_cfb8(void);
718 const EVP_CIPHER *EVP_aes_128_cfb128(void);
720 const EVP_CIPHER *EVP_aes_128_ofb(void);
722 const EVP_CIPHER *EVP_aes_128_ctr(void);
724 const EVP_CIPHER *EVP_aes_192_ecb(void);
725 const EVP_CIPHER *EVP_aes_192_cbc(void);
726 const EVP_CIPHER *EVP_aes_192_cfb1(void);
727 const EVP_CIPHER *EVP_aes_192_cfb8(void);
728 const EVP_CIPHER *EVP_aes_192_cfb128(void);
730 const EVP_CIPHER *EVP_aes_192_ofb(void);
732 const EVP_CIPHER *EVP_aes_192_ctr(void);
734 const EVP_CIPHER *EVP_aes_256_ecb(void);
735 const EVP_CIPHER *EVP_aes_256_cbc(void);
736 const EVP_CIPHER *EVP_aes_256_cfb1(void);
737 const EVP_CIPHER *EVP_aes_256_cfb8(void);
738 const EVP_CIPHER *EVP_aes_256_cfb128(void);
740 const EVP_CIPHER *EVP_aes_256_ofb(void);
742 const EVP_CIPHER *EVP_aes_256_ctr(void);
746 const EVP_CIPHER *EVP_camellia_128_ecb(void);
747 const EVP_CIPHER *EVP_camellia_128_cbc(void);
748 const EVP_CIPHER *EVP_camellia_128_cfb1(void);
749 const EVP_CIPHER *EVP_camellia_128_cfb8(void);
750 const EVP_CIPHER *EVP_camellia_128_cfb128(void);
752 const EVP_CIPHER *EVP_camellia_128_ofb(void);
753 const EVP_CIPHER *EVP_camellia_192_ecb(void);
754 const EVP_CIPHER *EVP_camellia_192_cbc(void);
755 const EVP_CIPHER *EVP_camellia_192_cfb1(void);
756 const EVP_CIPHER *EVP_camellia_192_cfb8(void);
757 const EVP_CIPHER *EVP_camellia_192_cfb128(void);
759 const EVP_CIPHER *EVP_camellia_192_ofb(void);
760 const EVP_CIPHER *EVP_camellia_256_ecb(void);
761 const EVP_CIPHER *EVP_camellia_256_cbc(void);
762 const EVP_CIPHER *EVP_camellia_256_cfb1(void);
763 const EVP_CIPHER *EVP_camellia_256_cfb8(void);
764 const EVP_CIPHER *EVP_camellia_256_cfb128(void);
766 const EVP_CIPHER *EVP_camellia_256_ofb(void);
786 int EVP_add_cipher(const EVP_CIPHER *cipher);
789 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
845 int EVP_CIPHER_type(const EVP_CIPHER *ctx);
851 /* These are used by EVP_CIPHER methods */
857 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
863 ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
870 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,