|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/evp.h>#include "aes_icm_ossl.h"#include "aes_gcm_ossl.h"#include "alloc.h"#include "err.h"#include "crypto_types.h"Macros | |
| #define | GCM_AUTH_TAG_LEN 16 |
| #define | GCM_AUTH_TAG_LEN_8 8 |
Variables | |
| srtp_debug_module_t | srtp_mod_aes_gcm |
| const srtp_cipher_type_t | srtp_aes_gcm_128_openssl |
| const srtp_cipher_type_t | srtp_aes_gcm_256_openssl |
| #define GCM_AUTH_TAG_LEN 16 |
| #define GCM_AUTH_TAG_LEN_8 8 |
| const srtp_cipher_type_t srtp_aes_gcm_128_openssl |
| const srtp_cipher_type_t srtp_aes_gcm_256_openssl |
| srtp_debug_module_t srtp_mod_aes_gcm |
1.8.13