HomeSort by relevance Sort by last modified time
    Searched full:ciphername (Results 1 - 4 of 4) sorted by null

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java 137 String cipherName = null;
141 cipherName = (String)extraAlgNames.get(algorithm);
144 if (cipherName == null)
146 cipherName = (String)asymmetricWrapperAlgNames.get(algorithm);
149 if (cipherName != null)
154 return helper.createCipher(cipherName);
159 if (cipherName.equals("RSA/ECB/PKCS1Padding"))
187 String cipherName = (String)symmetricWrapperAlgNames.get(algorithm);
189 if (cipherName != null)
194 return helper.createCipher(cipherName);
    [all...]
  /external/openssh/
PROTOCOL.key 11 string ciphername
sshkey.c 3199 char *comment = NULL, *ciphername = NULL, *kdfname = NULL; local
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 296 milliseconds