• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/

Lines Matching refs:SSL_CIPHER

240  * Define the Bitmasks for SSL_CIPHER.algorithms.
243 * is for internal library use only, even though SSL_CIPHER.algorithms
510 OPENSSL_EXTERN SSL_CIPHER ssl2_ciphers[];
511 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];
719 int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b);
720 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
721 const SSL_CIPHER * const *bp);
722 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num,
723 STACK_OF(SSL_CIPHER) **skp);
724 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
725 int (*put_cb)(const SSL_CIPHER *, unsigned char *));
726 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth,
727 STACK_OF(SSL_CIPHER) **pref,
728 STACK_OF(SSL_CIPHER) **sorted,
738 EVP_PKEY *ssl_get_sign_pkey(SSL *,SSL_CIPHER *);
740 void ssl_set_cert_masks(CERT *c, SSL_CIPHER *cipher);
741 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
749 SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p);
750 int ssl2_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p);
757 SSL_CIPHER *ssl2_get_cipher(unsigned int u);
774 SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
775 int ssl3_put_cipher_by_char(const SSL_CIPHER *c,unsigned char *p);
791 SSL_CIPHER *ssl3_get_cipher(unsigned int u);
804 SSL_CIPHER *ssl3_choose_cipher(SSL *ssl,STACK_OF(SSL_CIPHER) *clnt,
805 STACK_OF(SSL_CIPHER) *srvr);
827 SSL_CIPHER *ssl23_get_cipher(unsigned int u);
831 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
832 SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p);
945 int check_srvr_ecc_cert_and_alg(X509 *x, SSL_CIPHER *cs);