Home
last modified time | relevance | path

Searched defs:GMAC (Results 1 – 17 of 17) sorted by relevance

/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DCAST6.java46 public static class GMAC class in CAST6
49 public GMAC() in GMAC() method in CAST6.GMAC
H A DTwofish.java48 public static class GMAC class in Twofish
51 public GMAC() in GMAC() method in Twofish.GMAC
H A DNoekeon.java55 public static class GMAC class in Noekeon
58 public GMAC() in GMAC() method in Noekeon.GMAC
H A DSM4.java65 public static class GMAC class in SM4
68 public GMAC() in GMAC() method in SM4.GMAC
H A DRC6.java77 public static class GMAC class in RC6
80 public GMAC() in GMAC() method in RC6.GMAC
H A DSEED.java88 public static class GMAC class in SEED
91 public GMAC() in GMAC() method in SEED.GMAC
H A DCamellia.java79 public static class GMAC class in Camellia
82 public GMAC() in GMAC() method in Camellia.GMAC
H A DARIA.java136 public static class GMAC class in ARIA
139 public GMAC() in GMAC() method in ARIA.GMAC
H A DDSTU7624.java308 public static class GMAC class in DSTU7624
311 public GMAC() in GMAC() method in DSTU7624.GMAC
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/api_ref/
H A Dmessage_auth_codes.rst217 GMAC subsection
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/api_ref/
H A Dmessage_auth_codes.rst217 GMAC subsection
/dports/security/botan2/Botan-2.18.2/doc/api_ref/
H A Dmessage_auth_codes.rst217 GMAC subsection
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/mac/gmac/
H A Dgmac.cpp16 GMAC::GMAC(BlockCipher* cipher) : in GMAC() function in Botan::GMAC
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/mac/gmac/
H A Dgmac.cpp16 GMAC::GMAC(BlockCipher* cipher) : in GMAC() function in Botan::GMAC
/dports/security/botan2/Botan-2.18.2/src/lib/mac/gmac/
H A Dgmac.cpp16 GMAC::GMAC(BlockCipher* cipher) : in GMAC() function in Botan::GMAC
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DAES.hpp153 class GMAC class in ZeroTier::AES
180 ZT_INLINE GMAC(const AES &aes) : _aes(aes) in GMAC() function in ZeroTier::AES::GMAC
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/lib/
H A Dintel-ipsec-mb.h429 } GMAC; /* Used with AES_GMAC_128/192/256 */ member