HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_enc (Results 1 - 8 of 8) sorted by null

  /external/openssl/ssl/
ssl_ciph.c 515 switch (c->algorithm_enc)
628 if (c->algorithm_enc == SSL_RC4 &&
632 else if (c->algorithm_enc == SSL_AES128 &&
636 else if (c->algorithm_enc == SSL_AES256 &&
805 !(c->algorithm_enc & disabled_enc) &&
888 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc; local
900 if (algorithm_enc)
901 if ((algorithm_enc & mask_enc) == 0)
974 printf("\nName: %s:\nAlgo = %08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_strength)
    [all...]
d1_lib.c 286 if (ciph->algorithm_enc == SSL_RC4)
s3_enc.c 440 if (s->session->cipher->algorithm_enc == SSL_eNULL)
444 if (s->session->cipher->algorithm_enc == SSL_RC4)
t1_enc.c 650 if (s->session->cipher->algorithm_enc == SSL_eNULL)
654 if (s->session->cipher->algorithm_enc == SSL_RC4)
    [all...]
ssl_locl.h 307 /* Bits for algorithm_enc (symmetric encryption) */
430 #define SSL_C_EXPORT_KEYLENGTH(c) SSL_EXPORT_KEYLENGTH((c)->algorithm_enc, \
    [all...]
ssl.h 397 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]
s3_srvr.c     [all...]
  /external/openssl/include/openssl/
ssl.h 397 unsigned long algorithm_enc; /* symmetric encryption */ member in struct:ssl_cipher_st
    [all...]

Completed in 176 milliseconds