Home
last modified time | relevance | path

Searched refs:SRTP_AES_256_KEY_LEN (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/include/
H A Dsrtp.h115 #define SRTP_AES_256_KEY_LEN 32 macro
119 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
123 #define SRTP_AES_GCM_256_KEY_LEN_WSALT (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/srtp/src/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libsrtp/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/net/libsrtp2/libsrtp-2.4.2/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libsrtp/src/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/srtp/src/include/
H A Dsrtp.h114 #define SRTP_AES_256_KEY_LEN 32 macro
118 #define SRTP_AES_ICM_256_KEY_LEN_WSALT (SRTP_SALT_LEN + SRTP_AES_256_KEY_LEN)
125 (SRTP_AEAD_SALT_LEN + SRTP_AES_256_KEY_LEN)
/dports/net/libsrtp2/libsrtp-2.4.2/crypto/cipher/
H A Daes_icm_mbedtls.c176 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_mbedtls_alloc()
239 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_mbedtls_context_init()
H A Daes_icm_ossl.c167 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
238 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
H A Daes_gcm_ossl.c135 gcm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_gcm_openssl_alloc()
185 case SRTP_AES_256_KEY_LEN: in srtp_aes_gcm_openssl_context_init()
/dports/www/firefox/firefox-99.0/third_party/libsrtp/src/crypto/cipher/
H A Daes_icm_mbedtls.c176 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_mbedtls_alloc()
239 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_mbedtls_context_init()
H A Daes_icm_ossl.c167 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
238 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
H A Daes_gcm_ossl.c135 gcm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_gcm_openssl_alloc()
185 case SRTP_AES_256_KEY_LEN: in srtp_aes_gcm_openssl_context_init()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libsrtp/crypto/cipher/
H A Daes_icm_mbedtls.c176 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_mbedtls_alloc()
239 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_mbedtls_context_init()
H A Daes_icm_ossl.c167 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
238 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/crypto/cipher/
H A Daes_icm_ossl.c166 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
237 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libsrtp/crypto/cipher/
H A Daes_icm_ossl.c164 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
235 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libsrtp/crypto/cipher/
H A Daes_icm_ossl.c166 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
237 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
/dports/net/pjsip/pjproject-2.11.1/third_party/srtp/crypto/cipher/
H A Daes_icm_ossl.c167 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
237 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libsrtp/src/crypto/cipher/
H A Daes_icm_ossl.c166 icm->key_size = SRTP_AES_256_KEY_LEN; in srtp_aes_icm_openssl_alloc()
237 case SRTP_AES_256_KEY_LEN: in srtp_aes_icm_openssl_context_init()

123