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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds23_lib.c77 const SSL_CIPHER *ssl23_get_cipher(unsigned int u)
95 const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p)
97 const SSL_CIPHER *cp;
107 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_locl.h277 * 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 *cons
[all...]
H A Ds2_lib.c121 # define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
124 OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[] = {
312 const SSL_CIPHER *ssl2_get_cipher(unsigned int u)
434 const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
436 SSL_CIPHER c;
437 const SSL_CIPHER *cp;
447 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_ciph.c222 const SSL_CIPHER *cipher;
228 static const SSL_CIPHER cipher_aliases[] = {
516 const SSL_CIPHER *c;
832 const SSL_CIPHER *c;
894 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
904 const SSL_CIPHER **ca_curr;
956 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
974 const SSL_CIPHER *cp;
1155 const SSL_CIPHER **ca_list)
1467 STACK_OF(SSL_CIPHER) *ssl_create_cipher_lis
[all...]
H A Dssl.h375 typedef struct ssl_cipher_st SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
380 DECLARE_STACK_OF(SSL_CIPHER)
395 STACK_OF(SSL_CIPHER) *peer_ciphers,
396 SSL_CIPHER **cipher, void *arg);
459 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
460 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, unsigned char *ptr);
463 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
548 const SSL_CIPHER *cipher;
551 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
927 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
H A Dssl_lib.c277 STACK_OF(SSL_CIPHER) *sk;
1298 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1309 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
1310 const SSL_CIPHER *const *bp)
1323 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1337 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1352 SSL_CIPHER *c;
1353 STACK_OF(SSL_CIPHER) *sk;
1369 STACK_OF(SSL_CIPHER) *s
[all...]
H A Ds3_lib.c162 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
165 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
2986 const SSL_CIPHER *ssl3_get_cipher(unsigned int u)
3447 const SSL_CIPHER *cipher;
4055 const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)
4057 SSL_CIPHER c;
4058 const SSL_CIPHER *cp;
4071 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
4085 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *cln
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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 c,*cp;
116 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_locl.h240 * 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) **sk
[all...]
H A 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)
340 SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
342 SSL_CIPHER c,*cp;
348 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c,
350 SSL2_NUM_CIPHERS,sizeof(SSL_CIPHER),
358 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_ciph.c162 SSL_CIPHER *cipher;
168 static const SSL_CIPHER cipher_aliases[]={
316 SSL_CIPHER *c;
496 SSL_CIPHER *c;
547 static void ssl_cipher_collect_aliases(SSL_CIPHER **ca_list,
552 SSL_CIPHER **ca_curr;
578 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
593 SSL_CIPHER *cp;
762 CIPHER_ORDER **tail_p, SSL_CIPHER **ca_list)
939 STACK_OF(SSL_CIPHER) *ssl_create_cipher_lis
[all...]
H A Ds3_lib.c137 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
140 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
1555 SSL_CIPHER *ssl3_get_cipher(unsigned int u)
2058 SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)
2060 SSL_CIPHER c,*cp;
2065 cp = (SSL_CIPHER *)OBJ_bsearch((char *)&c,
2067 SSL3_NUM_CIPHERS,sizeof(SSL_CIPHER),
2075 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
2089 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *cln
[all...]
H A Dssl_lib.c224 STACK_OF(SSL_CIPHER) *sk;
1082 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1093 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
1094 const SSL_CIPHER * const *bp)
1107 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1126 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1146 SSL_CIPHER *c;
1147 STACK_OF(SSL_CIPHER) *sk;
1161 STACK_OF(SSL_CIPHER) *s
[all...]
H A Dssl.h362 } SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
364 DECLARE_STACK_OF(SSL_CIPHER)
392 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
393 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
396 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
468 SSL_CIPHER *cipher;
473 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
626 STACK_OF(SSL_CIPHER) *cipher_list;
628 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
904 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds23_lib.c77 const SSL_CIPHER *ssl23_get_cipher(unsigned int u)
95 const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p)
97 const SSL_CIPHER *cp;
107 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_locl.h277 * 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 *cons
[all...]
H A Ds2_lib.c121 # define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
124 OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[] = {
312 const SSL_CIPHER *ssl2_get_cipher(unsigned int u)
434 const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
436 SSL_CIPHER c;
437 const SSL_CIPHER *cp;
447 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
H A Dssl_ciph.c222 const SSL_CIPHER *cipher;
228 static const SSL_CIPHER cipher_aliases[] = {
516 const SSL_CIPHER *c;
832 const SSL_CIPHER *c;
894 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
904 const SSL_CIPHER **ca_curr;
956 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
974 const SSL_CIPHER *cp;
1155 const SSL_CIPHER **ca_list)
1467 STACK_OF(SSL_CIPHER) *ssl_create_cipher_lis
[all...]
H A Dssl.h375 typedef struct ssl_cipher_st SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
380 DECLARE_STACK_OF(SSL_CIPHER)
395 STACK_OF(SSL_CIPHER) *peer_ciphers,
396 SSL_CIPHER **cipher, void *arg);
459 const SSL_CIPHER *(*get_cipher_by_char) (const unsigned char *ptr);
460 int (*put_cipher_by_char) (const SSL_CIPHER *cipher, unsigned char *ptr);
463 const SSL_CIPHER *(*get_cipher) (unsigned ncipher);
548 const SSL_CIPHER *cipher;
551 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
927 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
H A Dssl_lib.c277 STACK_OF(SSL_CIPHER) *sk;
1298 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1309 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
1310 const SSL_CIPHER *const *bp)
1323 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1337 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1352 SSL_CIPHER *c;
1353 STACK_OF(SSL_CIPHER) *sk;
1369 STACK_OF(SSL_CIPHER) *s
[all...]
H A Ds3_lib.c162 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
165 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[] = {
2986 const SSL_CIPHER *ssl3_get_cipher(unsigned int u)
3447 const SSL_CIPHER *cipher;
4055 const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)
4057 SSL_CIPHER c;
4058 const SSL_CIPHER *cp;
4071 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
4085 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *cln
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dciphers.c98 STACK_OF(SSL_CIPHER) *sk;
187 SSL_CIPHER *c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dciphers.c98 STACK_OF(SSL_CIPHER) *sk;
187 SSL_CIPHER *c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h362 } SSL_CIPHER; typedef in typeref:struct:ssl_cipher_st
364 DECLARE_STACK_OF(SSL_CIPHER)
392 SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
393 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
396 SSL_CIPHER *(*get_cipher)(unsigned ncipher);
468 SSL_CIPHER *cipher;
473 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
626 STACK_OF(SSL_CIPHER) *cipher_list;
628 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
904 STACK_OF(SSL_CIPHER) *cipher_lis
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dciphers.c94 STACK_OF(SSL_CIPHER) *sk;

Completed in 378 milliseconds

123