Home
last modified time | relevance | path

Searched refs:SSL_CIPHER (Results 1 – 22 of 22) sorted by relevance

/external/openssl/ssl/
Dssl_locl.h511 OPENSSL_EXTERN SSL_CIPHER ssl2_ciphers[];
512 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];
720 int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b);
721 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
722 const SSL_CIPHER * const *bp);
723 STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s,unsigned char *p,int num,
724 STACK_OF(SSL_CIPHER) **skp);
725 int ssl_cipher_list_to_bytes(SSL *s,STACK_OF(SSL_CIPHER) *sk,unsigned char *p,
726 int (*put_cb)(const SSL_CIPHER *, unsigned char *));
727 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *meth,
[all …]
Dssl_ciph.c161 SSL_CIPHER *cipher;
167 static const SSL_CIPHER cipher_aliases[]={
318 SSL_CIPHER *c; in ssl_cipher_get_evp()
502 SSL_CIPHER *c; in ssl_cipher_collect_ciphers()
553 static void ssl_cipher_collect_aliases(SSL_CIPHER **ca_list, in ssl_cipher_collect_aliases()
558 SSL_CIPHER **ca_curr; in ssl_cipher_collect_aliases()
584 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
599 SSL_CIPHER *cp; in ssl_cipher_apply_rule()
768 CIPHER_ORDER **tail_p, SSL_CIPHER **ca_list) in ssl_cipher_process_rulestr()
945 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, in STACK_OF() argument
[all …]
Ds2_lib.c68 #define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
71 OPENSSL_GLOBAL SSL_CIPHER ssl2_ciphers[]={
229 SSL_CIPHER *ssl2_get_cipher(unsigned int u) in ssl2_get_cipher()
340 SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p) in ssl2_get_cipher_by_char()
342 SSL_CIPHER c,*cp; in ssl2_get_cipher_by_char()
348 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c, in ssl2_get_cipher_by_char()
350 SSL2_NUM_CIPHERS,sizeof(SSL_CIPHER), in ssl2_get_cipher_by_char()
358 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) in ssl2_put_cipher_by_char()
Ds23_lib.c82 SSL_CIPHER *ssl23_get_cipher(unsigned int u) in ssl23_get_cipher()
98 SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p) in ssl23_get_cipher_by_char()
100 SSL_CIPHER c,*cp; in ssl23_get_cipher_by_char()
116 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) in ssl23_put_cipher_by_char()
Dssl_lib.c226 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_ssl_version()
1105 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b) in ssl_cipher_id_cmp()
1116 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap, in ssl_cipher_ptr_id_cmp()
1117 const SSL_CIPHER * const *bp) in ssl_cipher_ptr_id_cmp()
1130 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) in STACK_OF() argument
1149 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) in STACK_OF() argument
1169 SSL_CIPHER *c; in SSL_get_cipher_list()
1170 STACK_OF(SSL_CIPHER) *sk; in SSL_get_cipher_list()
1184 STACK_OF(SSL_CIPHER) *sk; in SSL_CTX_set_cipher_list()
1208 STACK_OF(SSL_CIPHER) *sk; in SSL_set_cipher_list()
[all …]
Dssl.h360 } SSL_CIPHER; typedef
362 DECLARE_STACK_OF(SSL_CIPHER)
390 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
391 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
394 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
466 SSL_CIPHER *cipher;
471 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
633 STACK_OF(SSL_CIPHER) *cipher_list;
635 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
932 STACK_OF(SSL_CIPHER) *cipher_list;
[all …]
Ds3_lib.c137 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
140 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
1641 SSL_CIPHER *ssl3_get_cipher(unsigned int u) in ssl3_get_cipher()
2274 SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p) in ssl3_get_cipher_by_char()
2276 SSL_CIPHER c,*cp; in ssl3_get_cipher_by_char()
2281 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c, in ssl3_get_cipher_by_char()
2283 SSL3_NUM_CIPHERS,sizeof(SSL_CIPHER), in ssl3_get_cipher_by_char()
2291 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p) in ssl3_put_cipher_by_char()
2305 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher()
2306 STACK_OF(SSL_CIPHER) *srvr) in ssl3_choose_cipher()
[all …]
Dd1_lib.c199 SSL_CIPHER *dtls1_get_cipher(unsigned int u) in dtls1_get_cipher()
201 SSL_CIPHER *ciph = ssl3_get_cipher(u); in dtls1_get_cipher()
Ds2_srvr.c369 SSL_CIPHER *cp; in get_client_master_key()
525 STACK_OF(SSL_CIPHER) *cs; /* a stack of SSL_CIPHERS */ in get_client_hello()
526 STACK_OF(SSL_CIPHER) *cl; /* the ones we want to use */ in get_client_hello()
527 STACK_OF(SSL_CIPHER) *prio, *allow; in get_client_hello()
700 STACK_OF(SSL_CIPHER) *sk; in server_hello()
Dssl3.h408 SSL_CIPHER *new_cipher;
Ds3_srvr.c715 SSL_CIPHER *c; in ssl3_get_client_hello()
719 STACK_OF(SSL_CIPHER) *ciphers=NULL; in ssl3_get_client_hello()
1046 STACK_OF(SSL_CIPHER) *sk; in ssl3_get_client_hello()
1047 SSL_CIPHER *nc=NULL; in ssl3_get_client_hello()
1048 SSL_CIPHER *ec=NULL; in ssl3_get_client_hello()
Ds3_clnt.c146 int check_srvr_ecc_cert_and_alg(X509 *x, SSL_CIPHER *cs);
685 STACK_OF(SSL_CIPHER) *sk; in ssl3_get_server_hello()
686 SSL_CIPHER *c; in ssl3_get_server_hello()
Dssltest.c281 SSL_CIPHER *ciph; in print_details()
2243 SSL_CIPHER *ci, *tci = NULL; in do_test_cipherlist()
Ds2_clnt.c338 STACK_OF(SSL_CIPHER) *sk=NULL,*cl, *prio, *allow; in get_server_hello()
/external/openssl/include/openssl/
Dssl.h360 } SSL_CIPHER; typedef
362 DECLARE_STACK_OF(SSL_CIPHER)
390 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
391 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
394 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
466 SSL_CIPHER *cipher;
471 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
633 STACK_OF(SSL_CIPHER) *cipher_list;
635 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
932 STACK_OF(SSL_CIPHER) *cipher_list;
[all …]
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, (st), (val))
[all …]
Dssl3.h408 SSL_CIPHER *new_cipher;
/external/openssl/apps/
Dciphers.c94 STACK_OF(SSL_CIPHER) *sk; in MAIN()
Ds_server.c2037 SSL_CIPHER *c; in www_body()
2169 STACK_OF(SSL_CIPHER) *sk; in www_body()
Ds_client.c1334 SSL_CIPHER *c; in print_stuff()
/external/openssl/crypto/stack/
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, (st), (val))
[all …]
/external/wpa_supplicant/
Dtls_openssl.c2102 STACK_OF(SSL_CIPHER) *peer_ciphers, in tls_sess_sec_cb()
2103 SSL_CIPHER **cipher, void *arg) in tls_sess_sec_cb()