Searched refs:SSL_CIPHER (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Ds23_lib.c82 SSL_CIPHER *ssl23_get_cipher(unsigned int u)
98 SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p)
100 SSL_CIPHER *cp;
110 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_locl.h251 * Define the Bitmasks for SSL_CIPHER.algorithms.
254 * is for internal library use only, even though SSL_CIPHER.algorithms
525 OPENSSL_EXTERN SSL_CIPHER ssl2_ciphers[];
526 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];
734 int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b);
735 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
736 const SSL_CIPHER * const *bp);
737 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num,
738 STACK_OF(SSL_CIPHER) **sk
[all...]
H A Ds2_lib.c68 #define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
71 OPENSSL_GLOBAL SSL_CIPHER ssl2_ciphers[]={
215 SSL_CIPHER *ssl2_get_cipher(unsigned int u)
326 SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
328 SSL_CIPHER c,*cp;
334 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c,
336 SSL2_NUM_CIPHERS,sizeof(SSL_CIPHER),
344 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_ciph.c164 SSL_CIPHER *cipher;
170 static const SSL_CIPHER cipher_aliases[]={
297 SSL_CIPHER *c;
481 SSL_CIPHER *c;
537 static void ssl_cipher_collect_aliases(SSL_CIPHER **ca_list,
542 SSL_CIPHER **ca_curr;
568 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
583 SSL_CIPHER *cp;
752 CIPHER_ORDER **tail_p, SSL_CIPHER **ca_list)
928 STACK_OF(SSL_CIPHER) *ssl_create_cipher_lis
[all...]
H A Dssl_lib.c229 STACK_OF(SSL_CIPHER) *sk;
1129 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1140 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
1141 const SSL_CIPHER * const *bp)
1154 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1173 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1193 SSL_CIPHER *c;
1194 STACK_OF(SSL_CIPHER) *sk;
1208 STACK_OF(SSL_CIPHER) *s
[all...]
H A Ds3_lib.c137 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
140 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
1627 SSL_CIPHER *ssl3_get_cipher(unsigned int u)
2271 SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)
2273 SSL_CIPHER c,*cp;
2278 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c,
2280 SSL3_NUM_CIPHERS,sizeof(SSL_CIPHER),
2288 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
2302 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *cln
[all...]
H A Dssl.h361 } SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
363 DECLARE_STACK_OF(SSL_CIPHER)
388 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
389 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
392 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
464 SSL_CIPHER *cipher;
469 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
650 STACK_OF(SSL_CIPHER) *cipher_list;
652 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
958 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
H A Dd1_lib.c319 * there is no universal way to identify stream SSL_CIPHER, so we have
323 SSL_CIPHER *dtls1_get_cipher(unsigned int u)
325 SSL_CIPHER *ciph = ssl3_get_cipher(u);
H A Ds2_srvr.c369 SSL_CIPHER *cp;
526 STACK_OF(SSL_CIPHER) *cs; /* a stack of SSL_CIPHERS */
527 STACK_OF(SSL_CIPHER) *cl; /* the ones we want to use */
528 STACK_OF(SSL_CIPHER) *prio, *allow;
H A Dssl3.h423 SSL_CIPHER *new_cipher;
H A Ds3_srvr.c751 SSL_CIPHER *c;
755 STACK_OF(SSL_CIPHER) *ciphers=NULL;
1098 STACK_OF(SSL_CIPHER) *sk;
1099 SSL_CIPHER *nc=NULL;
1100 SSL_CIPHER *ec=NULL;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h361 } SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
363 DECLARE_STACK_OF(SSL_CIPHER)
388 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
389 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
392 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
464 SSL_CIPHER *cipher;
469 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
650 STACK_OF(SSL_CIPHER) *cipher_list;
652 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
958 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
H A Dssl3.h423 SSL_CIPHER *new_cipher;
H A Dsafestack.h1275 #define sk_SSL_CIPHER_new(st) SKM_sk_new(SSL_CIPHER, (st))
1276 #define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
1277 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
1278 #define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
1279 #define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
1280 #define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
1281 #define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
1282 #define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
1283 #define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (s
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dciphers.c94 STACK_OF(SSL_CIPHER) *sk;
/macosx-10.10.1/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c302 STACK_OF(SSL_CIPHER) *cipher_list_old = NULL, *cipher_list = NULL;
303 const SSL_CIPHER *cipher = NULL;
405 cipher_list_old = (STACK_OF(SSL_CIPHER) *)SSL_get_ciphers(ssl);
430 cipher_list = (STACK_OF(SSL_CIPHER) *)SSL_get_ciphers(ssl);
457 SSL_CIPHER *value = sk_SSL_CIPHER_value(cipher_list, n);
468 SSL_CIPHER *value = sk_SSL_CIPHER_value(cipher_list_old, n);
1091 "SSL_CIPHER",
1853 ssl_var_lookup(NULL, s, c, NULL, "SSL_CIPHER"),
H A Dssl_engine_vars.c748 MODSSL_SSL_CIPHER_CONST SSL_CIPHER *cipher = SSL_get_current_cipher(ssl);
769 MODSSL_SSL_CIPHER_CONST SSL_CIPHER *cipher;
1053 result = ssl_var_lookup(r->pool, r->server, r->connection, r, "SSL_CIPHER");
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-safestack.h1275 #define sk_SSL_CIPHER_new(st) SKM_sk_new(SSL_CIPHER, (st))
1276 #define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
1277 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
1278 #define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
1279 #define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
1280 #define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
1281 #define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
1282 #define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
1283 #define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (s
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/stack/
H A Dsafestack.h1275 #define sk_SSL_CIPHER_new(st) SKM_sk_new(SSL_CIPHER, (st))
1276 #define sk_SSL_CIPHER_new_null() SKM_sk_new_null(SSL_CIPHER)
1277 #define sk_SSL_CIPHER_free(st) SKM_sk_free(SSL_CIPHER, (st))
1278 #define sk_SSL_CIPHER_num(st) SKM_sk_num(SSL_CIPHER, (st))
1279 #define sk_SSL_CIPHER_value(st, i) SKM_sk_value(SSL_CIPHER, (st), (i))
1280 #define sk_SSL_CIPHER_set(st, i, val) SKM_sk_set(SSL_CIPHER, (st), (i), (val))
1281 #define sk_SSL_CIPHER_zero(st) SKM_sk_zero(SSL_CIPHER, (st))
1282 #define sk_SSL_CIPHER_push(st, val) SKM_sk_push(SSL_CIPHER, (st), (val))
1283 #define sk_SSL_CIPHER_unshift(st, val) SKM_sk_unshift(SSL_CIPHER, (st), (val))
1284 #define sk_SSL_CIPHER_find(st, val) SKM_sk_find(SSL_CIPHER, (s
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c809 ossl_ssl_cipher_to_ary(SSL_CIPHER *cipher)
834 STACK_OF(SSL_CIPHER) *ciphers;
835 SSL_CIPHER *cipher;
1661 SSL_CIPHER *cipher;
1665 cipher = (SSL_CIPHER *)SSL_get_current_cipher(ssl);
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls.h80 #define ssl_cipher_stack_t STACK_OF(SSL_CIPHER)
H A Dtls_client.c759 SSL_CIPHER_const SSL_CIPHER *cipher;
H A Dtls_server.c800 SSL_CIPHER_const SSL_CIPHER *cipher;
H A Dtls_misc.c465 SSL_CIPHER *c;
/macosx-10.10.1/tcl-105/tcl_ext/tls/tls/
H A Dtls.c130 #define sk_SSL_CIPHER_value( sk, index) (SSL_CIPHER*)sk_value((sk), (index))
481 STACK_OF(SSL_CIPHER) *sk;

Completed in 404 milliseconds

12