Searched refs:algorithmNames (Results 1 – 2 of 2) sorted by relevance
252 if (algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_MD5) in validateAllowedAlgorithms()253 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA1)) { in validateAllowedAlgorithms()258 if (hasAeadAlgorithms(algorithmNames) || hasNormalModeAlgorithms(algorithmNames)) { in validateAllowedAlgorithms()270 public static boolean hasAeadAlgorithms(@NonNull List<String> algorithmNames) { in hasAeadAlgorithms() argument271 return algorithmNames.contains(IpSecAlgorithm.AUTH_CRYPT_AES_GCM); in hasAeadAlgorithms()282 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA384) in hasNormalModeAlgorithms()283 || algorithmNames.contains(IpSecAlgorithm.AUTH_HMAC_SHA512); in hasNormalModeAlgorithms()1096 public Builder setAllowedAlgorithms(@NonNull List<String> algorithmNames) { in setAllowedAlgorithms() argument1097 checkNotNull(algorithmNames, MISSING_PARAM_MSG_TMPL, "algorithmNames"); in setAllowedAlgorithms()1099 validateAllowedAlgorithms(algorithmNames); in setAllowedAlgorithms()[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...