Searched refs:SSL_AESGCM (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/crypto/openssl/ssl/record/ |
| HD | ssl3_record_tls13.c | 106 } else if (alg_enc & SSL_AESGCM) { in tls13_enc()
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_ciph.c | 1469 ssl_cipher_apply_rule(0, 0, 0, SSL_AESGCM, 0, 0, 0, CIPHER_ADD, -1, in STACK_OF() 1479 ssl_cipher_apply_rule(0, 0, 0, SSL_AES ^ SSL_AESGCM, 0, 0, 0, CIPHER_ADD, in STACK_OF() 2112 if (c->algorithm_enc & (SSL_AESGCM | SSL_ARIAGCM)) { in ssl_cipher_get_overhead()
|
| HD | ssl_local.h | 236 # define SSL_AESGCM (SSL_AES128GCM | SSL_AES256GCM) macro 238 # define SSL_AES (SSL_AES128|SSL_AES256|SSL_AESGCM|SSL_AESCCM)
|