Searched refs:SSL_AES256GCM (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 218 {0,SSL_TXT_AES256,0, 0,0,SSL_AES256|SSL_AES256GCM,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}, 261 case SSL_AES256GCM: in ssl_cipher_get_evp_aead() 1056 ssl_cipher_apply_rule(0, 0, 0, SSL_AES256GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); in STACK_OF() 1063 ssl_cipher_apply_rule(0, 0, 0, SSL_AES256GCM, 0, 0, 0, CIPHER_ADD, -1, 0, &head, &tail); in STACK_OF() 1289 case SSL_AES256GCM: in SSL_CIPHER_description() 1352 return (c->algorithm_mac & (SSL_AES128GCM|SSL_AES256GCM)) != 0; in SSL_CIPHER_is_AESGCM()
|
D | s3_lib.c | 505 SSL_AES256GCM, 538 SSL_AES256GCM, 571 SSL_AES256GCM, 817 SSL_AES256GCM, 850 SSL_AES256GCM,
|
D | ssl_locl.h | 295 #define SSL_AES256GCM 0x00000020L macro 298 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
|
/external/openssl/ssl/ |
D | s3_lib.c | 1851 SSL_AES256GCM, 1883 SSL_AES256GCM, 1915 SSL_AES256GCM, 1947 SSL_AES256GCM, 1979 SSL_AES256GCM, 2011 SSL_AES256GCM, 2724 SSL_AES256GCM, 2756 SSL_AES256GCM, 2788 SSL_AES256GCM, 2820 SSL_AES256GCM,
|
D | ssl_ciph.c | 296 {0,SSL_TXT_AES256,0, 0,0,SSL_AES256|SSL_AES256GCM,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}, 558 case SSL_AES256GCM: in ssl_cipher_get_evp() 762 *enc |= (ssl_cipher_methods[SSL_ENC_AES256GCM_IDX] == NULL) ? SSL_AES256GCM:0; in ssl_cipher_get_disabled() 1683 case SSL_AES256GCM: in SSL_CIPHER_description()
|
D | ssl_locl.h | 331 #define SSL_AES256GCM 0x00002000L macro 333 #define SSL_AES (SSL_AES128|SSL_AES256|SSL_AES128GCM|SSL_AES256GCM)
|