Searched defs:GCM (Results 1 – 10 of 10) sorted by relevance
260 AC_DEFINE([GCM], [1], [Define this to use AES-GCM.]) definition346 AC_DEFINE([GCM], [1], [Define this to use AES-GCM.]) definition
59 set(GCM ${ENABLE_OPENSSL} CACHE BOOL INTERNAL) variable
110 public static class GCM extends OpenSSLAeadCipherAES { class in OpenSSLAeadCipherAES112 public GCM() { in GCM() method in OpenSSLAeadCipherAES.GCM
58 GCM, enumConstant
117 public static class GCM extends OpenSSLAeadCipherAES { class in OpenSSLAeadCipherAES119 public GCM() { in GCM() method in OpenSSLAeadCipherAES.GCM
60 GCM, enumConstant
118 static public class GCM class in AES121 public GCM() in GCM() method in AES.GCM
137 static public class GCM class in AES140 public GCM() in GCM() method in AES.GCM
189 class GCM(object): class
121 GCM = 3; enumerator