Searched defs:GCM (Results 1 – 11 of 11) 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
117 public static class GCM extends OpenSSLAeadCipherAES { class in OpenSSLAeadCipherAES119 public GCM() { in GCM() method in OpenSSLAeadCipherAES.GCM
60 GCM, enumConstant
110 public static class GCM extends OpenSSLAeadCipherAES { class in OpenSSLAeadCipherAES112 public GCM() { in GCM() method in OpenSSLAeadCipherAES.GCM
58 GCM, enumConstant
120 static public class GCM class in AES123 public GCM() in GCM() method in AES.GCM
139 static public class GCM class in AES142 public GCM() in GCM() method in AES.GCM
189 class GCM(object): class
125 GCM = 3; enumerator