HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CIPHER (Results 1 - 25 of 43) sorted by null

1 2

  /external/openssl/ssl/
s23_lib.c 77 const SSL_CIPHER *ssl23_get_cipher(unsigned int u)
93 const SSL_CIPHER *ssl23_get_cipher_by_char(const unsigned char *p)
95 const SSL_CIPHER *cp;
105 int ssl23_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
ssl_locl.h 277 * Define the Bitmasks for SSL_CIPHER.algorithms.
280 * is for internal library use only, even though SSL_CIPHER.algorithms
615 OPENSSL_EXTERN const SSL_CIPHER ssl2_ciphers[];
616 OPENSSL_EXTERN SSL_CIPHER ssl3_ciphers[];
834 int ssl_cipher_id_cmp(const SSL_CIPHER *a,const SSL_CIPHER *b);
835 DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER,
837 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER * const *ap,
838 const SSL_CIPHER * const *bp)
    [all...]
s2_lib.c 121 #define SSL2_NUM_CIPHERS (sizeof(ssl2_ciphers)/sizeof(SSL_CIPHER))
124 OPENSSL_GLOBAL const SSL_CIPHER ssl2_ciphers[]={
306 const SSL_CIPHER *ssl2_get_cipher(unsigned int u)
419 const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)
421 SSL_CIPHER c;
422 const SSL_CIPHER *cp;
435 int ssl2_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
ssl_ciph.c 220 const SSL_CIPHER *cipher;
226 static const SSL_CIPHER cipher_aliases[]={
492 const SSL_CIPHER *c;
786 const SSL_CIPHER *c;
852 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
860 const SSL_CIPHER **ca_curr;
914 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
930 const SSL_CIPHER *cp;
    [all...]
ssl_lib.c 260 STACK_OF(SSL_CIPHER) *sk;
    [all...]
ssl.h 368 typedef struct ssl_cipher_st SSL_CIPHER;
371 DECLARE_STACK_OF(SSL_CIPHER)
383 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
432 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
433 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
436 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
520 const SSL_CIPHER *cipher;
525 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [all...]
s3_lib.c 167 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
170 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
    [all...]
d1_lib.c 290 * there is no universal way to identify stream SSL_CIPHER, so we have
294 const SSL_CIPHER *dtls1_get_cipher(unsigned int u)
296 const SSL_CIPHER *ciph = ssl3_get_cipher(u);
s2_srvr.c 369 const 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;
s23_clnt.c 261 SSL_CIPHER *cipher;
262 STACK_OF(SSL_CIPHER) *ciphers;
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 171 const SSL_CIPHER *cipher;
178 static const SSL_CIPHER cipher_aliases[]={
246 const SSL_CIPHER *c = s->cipher;
281 const SSL_CIPHER *c;
341 const SSL_CIPHER *c;
427 const SSL_CIPHER *c;
486 static void ssl_cipher_collect_aliases(const SSL_CIPHER **ca_list,
491 const SSL_CIPHER **ca_curr;
530 const SSL_CIPHER *cp;
714 const SSL_CIPHER **ca_list
    [all...]
ssl_locl.h 263 * Define the Bitmasks for SSL_CIPHER.algorithms.
266 * is for internal library use only, even though SSL_CIPHER.algorithms
339 /* SSL_CIPHER_ALGORITHM2_AEAD is a flag in SSL_CIPHER.algorithm2 which
344 * for an SSL_CIPHER* with the SSL_CIPHER_ALGORITHM2_AEAD flag. */
345 #define SSL_CIPHER_AEAD_FIXED_NONCE_LEN(ssl_cipher) \
346 (((ssl_cipher->algorithm2 >> 24) & 0xf)*2)
349 * SSL_CIPHER.algorithm2 which indicates that the variable part of the nonce is
354 /* SSL_CIPHER_ALGORITHM2_STATEFUL_AEAD is a flag in SSL_CIPHER.algorithm2 which
641 extern const SSL_CIPHER ssl3_ciphers[];
804 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER **ap, const SSL_CIPHER **bp)
    [all...]
ssl_test.c 195 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(list->ciphers, i);
225 const SSL_CIPHER *cipher =
ssl_lib.c 256 STACK_OF(SSL_CIPHER) *sk;
569 ssl_cipher_preference_list_from_ciphers(STACK_OF(SSL_CIPHER) *ciphers)
    [all...]
s3_lib.c 160 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
163 * fixed nonce length in SSL_CIPHER.algorithms2. It's the inverse of
168 const SSL_CIPHER ssl3_ciphers[]={
953 const SSL_CIPHER *ssl3_get_cipher(unsigned int u)
    [all...]
d1_lib.c 309 * there is no universal way to identify stream SSL_CIPHER, so we have
313 const SSL_CIPHER *dtls1_get_cipher(unsigned int u)
315 const SSL_CIPHER *ciph = ssl3_get_cipher(u);
  /external/openssl/apps/
ciphers.c 95 STACK_OF(SSL_CIPHER) *sk;
187 SSL_CIPHER *c;
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h 285 typedef struct ssl_cipher_st SSL_CIPHER;
290 DECLARE_STACK_OF(SSL_CIPHER)
302 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, const SSL_CIPHER **cipher, void *arg);
354 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
432 const SSL_CIPHER *cipher;
437 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
766 * indicate that the corresponding SSL_CIPHER is not the last element of a
770 * traditional, fully-ordered preference. Every SSL_CIPHER is the last element
    [all...]
stack_macros.h     [all...]
ssl3.h 433 const SSL_CIPHER *new_cipher;
  /external/openssl/include/openssl/
ssl.h 368 typedef struct ssl_cipher_st SSL_CIPHER;
371 DECLARE_STACK_OF(SSL_CIPHER)
383 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
432 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
433 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
436 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
520 const SSL_CIPHER *cipher;
525 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
    [all...]
safestack.h     [all...]
  /external/chromium_org/third_party/boringssl/src/tool/
client.cc 120 const SSL_CIPHER *cipher = SSL_get_current_cipher(ssl);
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc 79 unsigned long SSL_CIPHER_get_id(const SSL_CIPHER* cipher) { return cipher->id; }
605 const SSL_CIPHER* cipher = SSL_get_current_cipher(ssl_);
761 STACK_OF(SSL_CIPHER)* ciphers = SSL_get_ciphers(ssl_);
772 const SSL_CIPHER* cipher = sk_SSL_CIPHER_value(ciphers, i);
    [all...]
  /external/openssl/crypto/stack/
safestack.h     [all...]

Completed in 3593 milliseconds

1 2