Home
last modified time | relevance | path

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

/dports/devel/qca/qca-2.3.4/unittest/cipherunittest/
H A Dcipherunittest.h52 void aes128_gcm();
H A Dcipherunittest.cpp477 void CipherUnitTest::aes128_gcm() in aes128_gcm() function in CipherUnitTest
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/picky-asn1-x509-0.5.0/src/
H A Doids.rs119 AES128_GCM => aes128_gcm => "2.16.840.1.101.3.4.1.6",
H A Dalgorithm_identifier.rs355 AesMode::GCM => oids::aes128_gcm().into(), in to_128bit_oid()