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

Lines Matching refs:SSL_CIPHER

277  * Define the Bitmasks for SSL_CIPHER.algorithms.
280 * is for internal library use only, even though SSL_CIPHER.algorithms
844 OPENSSL_EXTERN const SSL_CIPHER ssl2_ciphers[];
845 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];
1067 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b);
1068 DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
1069 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
1070 const SSL_CIPHER *const *bp);
1071 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s, unsigned char *p,
1073 STACK_OF(SSL_CIPHER) **skp);
1074 int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk,
1076 int (*put_cb) (const SSL_CIPHER *,
1078 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth,
1079 STACK_OF(SSL_CIPHER) **pref,
1080 STACK_OF(SSL_CIPHER) **sorted,
1087 int ssl_cipher_get_cert_index(const SSL_CIPHER *c);
1088 const SSL_CIPHER *ssl_get_cipher_by_char(SSL *ssl, const unsigned char *ptr);
1111 EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *c, const EVP_MD **pmd);
1113 void ssl_set_cert_masks(CERT *c, const SSL_CIPHER *cipher);
1114 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
1123 const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p);
1124 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
1132 const SSL_CIPHER *ssl2_get_cipher(unsigned int u);
1149 const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
1150 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
1168 const SSL_CIPHER *ssl3_get_cipher(unsigned int u);
1182 SSL_CIPHER *ssl3_choose_cipher(SSL *ssl, STACK_OF(SSL_CIPHER) *clnt,
1183 STACK_OF(SSL_CIPHER) *srvr);
1213 const SSL_CIPHER *ssl23_get_cipher(unsigned int u);
1217 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
1218 const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p);
1254 const SSL_CIPHER *dtls1_get_cipher(unsigned int u);