Searched defs:algo (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/net/
H A DIpSecAlgorithm.java130 * Retrieve the truncation length, in bits, for the key in this algo. By default this will be
167 private static boolean isTruncationLengthValid(String algo, int truncLenBits) { argument
168 switch (algo) {
H A DIpSecTransform.java319 * @param algo {@link IpSecAlgorithm} specifying the encryption to be applied.
322 @TransformDirection int direction, IpSecAlgorithm algo) {
323 mConfig.flow[direction].encryption = algo;
334 * @param algo {@link IpSecAlgorithm} specifying the authentication to be applied.
337 @TransformDirection int direction, IpSecAlgorithm algo) {
338 mConfig.flow[direction].authentication = algo;
321 setEncryption( @ransformDirection int direction, IpSecAlgorithm algo) argument
336 setAuthentication( @ransformDirection int direction, IpSecAlgorithm algo) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java610 private static byte[] getCertHash(Signature signature, String algo) { argument
612 MessageDigest md = MessageDigest.getInstance(algo);

Completed in 98 milliseconds