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

  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_ciph.c 217 {0,SSL_TXT_AES128,0, 0,0,SSL_AES128|SSL_AES128GCM,0,0,0,0,0,0},
220 {0,SSL_TXT_AES_GCM,0, 0,0,SSL_AES128GCM|SSL_AES256GCM,0,0,0,0,0,0},
258 case SSL_AES128GCM:
1057 ssl_cipher_apply_rule(0, 0, 0, SSL_AES128GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail);
1064 ssl_cipher_apply_rule(0, 0, 0, SSL_AES128GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail);
    [all...]
s3_lib.c 489 SSL_AES128GCM,
522 SSL_AES128GCM,
555 SSL_AES128GCM,
801 SSL_AES128GCM,
834 SSL_AES128GCM,
868 SSL_AES128GCM,
    [all...]
ssl_locl.h 294 #define SSL_AES128GCM 0x00000010L
298 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
    [all...]
  /external/openssl/ssl/
s3_lib.c     [all...]
ssl_ciph.c 295 {0,SSL_TXT_AES128,0, 0,0,SSL_AES128|SSL_AES128GCM,0,0,0,0,0,0},
298 {0,SSL_TXT_AES_GCM,0, 0,0,SSL_AES128GCM|SSL_AES256GCM,0,0,0,0,0,0},
555 case SSL_AES128GCM:
761 *enc |= (ssl_cipher_methods[SSL_ENC_AES128GCM_IDX] == NULL) ? SSL_AES128GCM:0;
    [all...]
ssl_locl.h 330 #define SSL_AES128GCM 0x00001000L
333 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
    [all...]

Completed in 170 milliseconds