/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/srtp/include/ |
H A D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 115 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | srtp.h | 114 #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 D | aes_icm_mbedtls.c | 176 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 D | aes_icm_ossl.c | 167 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 D | aes_gcm_ossl.c | 135 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 D | aes_icm_mbedtls.c | 176 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 D | aes_icm_ossl.c | 167 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 D | aes_gcm_ossl.c | 135 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 D | aes_icm_mbedtls.c | 176 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 D | aes_icm_ossl.c | 167 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 D | aes_icm_ossl.c | 166 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 D | aes_icm_ossl.c | 164 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 D | aes_icm_ossl.c | 166 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 D | aes_icm_ossl.c | 167 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 D | aes_icm_ossl.c | 166 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()
|