Searched refs:GCM (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgcm.h18 {return GetBlockCipher().AlgorithmName() + std::string("/GCM");}
85 {return T_BlockCipher::StaticAlgorithmName() + std::string("/GCM");}
95 //! <a href="http://www.cryptolounge.org/wiki/GCM">GCM</a>
97 struct GCM : public AuthenticatedSymmetricCipherDocumentation struct in inherits:AuthenticatedSymmetricCipherDocumentation
H A Dregtest.cpp116 RegisterAuthenticatedSymmetricCipherDefaultFactories<GCM<AES> >();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes.c1348 * Handle TLS GCM packet format. This consists of the last portion of the IV
1602 BLOCK_CIPHER_custom(NID_aes, 128, 1, 12, gcm, GCM,
1605 BLOCK_CIPHER_custom(NID_aes, 192, 1, 12, gcm, GCM,
1608 BLOCK_CIPHER_custom(NID_aes, 256, 1, 12, gcm, GCM,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes.c1348 * Handle TLS GCM packet format. This consists of the last portion of the IV
1602 BLOCK_CIPHER_custom(NID_aes, 128, 1, 12, gcm, GCM,
1605 BLOCK_CIPHER_custom(NID_aes, 192, 1, 12, gcm, GCM,
1608 BLOCK_CIPHER_custom(NID_aes, 256, 1, 12, gcm, GCM,

Completed in 65 milliseconds