Home
last modified time | relevance | path

Searched defs:EncType (Results 1 – 2 of 2) sorted by relevance

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/
DCryptoOps.java97 public enum EncType { enum in CryptoOps
121 EncType(SecureMessageProto.EncScheme encScheme, String jcaName) { in EncType() method in CryptoOps.EncType
/external/clang/lib/CodeGen/
DTargetInfo.cpp7744 const char *EncType; in appendBuiltinType() local