Home
last modified time | relevance | path

Searched refs:CryptoCcmTagLength (Results 1 – 4 of 4) sorted by relevance

/webrtc/dtls/src/crypto/
H A Dcrypto_ccm.rs37 CryptoCcmTagLength, enumerator
60 &CryptoCcmTagLen::CryptoCcmTagLength, in clone()
87 CryptoCcmTagLen::CryptoCcmTagLength => CryptoCcmType::CryptoCcm(AesCcm::new(key)), in new()
93 CryptoCcmTagLen::CryptoCcmTagLength => CryptoCcmType::CryptoCcm(AesCcm::new(key)), in new()
H A Dcrypto_test.rs115 let ccm = CryptoCcm::new(&CryptoCcmTagLen::CryptoCcmTagLength, &key, &iv, &key, &iv); in test_ccm_encryption_and_decryption()
/webrtc/dtls/src/cipher_suite/
H A Dcipher_suite_tls_psk_with_aes_128_ccm.rs10 CryptoCcmTagLen::CryptoCcmTagLength, in new_cipher_suite_tls_psk_with_aes_128_ccm()
H A Dcipher_suite_tls_ecdhe_ecdsa_with_aes_128_ccm.rs10 CryptoCcmTagLen::CryptoCcmTagLength, in new_cipher_suite_tls_ecdhe_ecdsa_with_aes_128_ccm()