Searched refs:SSL_AES128GCM (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | 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: in ssl_cipher_get_evp_aead() 1057 ssl_cipher_apply_rule(0, 0, 0, SSL_AES128GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); in STACK_OF() 1064 ssl_cipher_apply_rule(0, 0, 0, SSL_AES128GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); in STACK_OF() 1286 case SSL_AES128GCM: in SSL_CIPHER_description() 1352 return (c->algorithm_mac & (SSL_AES128GCM|SSL_AES256GCM)) != 0; in SSL_CIPHER_is_AESGCM()
|
D | s3_lib.c | 489 SSL_AES128GCM, 522 SSL_AES128GCM, 555 SSL_AES128GCM, 801 SSL_AES128GCM, 834 SSL_AES128GCM, 868 SSL_AES128GCM,
|
D | ssl_locl.h | 294 #define SSL_AES128GCM 0x00000010L macro 298 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
|
/external/openssl/ssl/ |
D | s3_lib.c | 1835 SSL_AES128GCM, 1867 SSL_AES128GCM, 1899 SSL_AES128GCM, 1931 SSL_AES128GCM, 1963 SSL_AES128GCM, 1995 SSL_AES128GCM, 2708 SSL_AES128GCM, 2740 SSL_AES128GCM, 2772 SSL_AES128GCM, 2804 SSL_AES128GCM,
|
D | 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: in ssl_cipher_get_evp() 761 *enc |= (ssl_cipher_methods[SSL_ENC_AES128GCM_IDX] == NULL) ? SSL_AES128GCM:0; in ssl_cipher_get_disabled() 1680 case SSL_AES128GCM: in SSL_CIPHER_description()
|
D | ssl_locl.h | 330 #define SSL_AES128GCM 0x00001000L macro 333 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
|