Searched refs:cipherName (Results 1 – 3 of 3) sorted by relevance
124 String cipherName = null; in createAsymmetricWrapper() local128 cipherName = (String)extraAlgNames.get(algorithm); in createAsymmetricWrapper()131 if (cipherName == null) in createAsymmetricWrapper()133 cipherName = (String)asymmetricWrapperAlgNames.get(algorithm); in createAsymmetricWrapper()136 if (cipherName != null) in createAsymmetricWrapper()141 return helper.createCipher(cipherName); in createAsymmetricWrapper()146 if (cipherName.equals("RSA/ECB/PKCS1Padding")) in createAsymmetricWrapper()174 String cipherName = (String)symmetricWrapperAlgNames.get(algorithm); in createSymmetricWrapper() local176 if (cipherName != null) in createSymmetricWrapper()181 return helper.createCipher(cipherName); in createSymmetricWrapper()
101 const char *cipherName; in SSL_SecurityStatus() local122 cipherName = ssl_cipherName[ss->sec.cipherType]; in SSL_SecurityStatus()124 cipherName = ssl3_cipherName[ss->sec.cipherType]; in SSL_SecurityStatus()126 PORT_Assert(cipherName); in SSL_SecurityStatus()127 if (cipherName) { in SSL_SecurityStatus()128 if (PORT_Strstr(cipherName, "DES")) isDes = PR_TRUE; in SSL_SecurityStatus()131 *cp = PORT_Strdup(cipherName); in SSL_SecurityStatus()
485 const char *cipherName;505 cipherName = ssl_cipherName[ss->sec.cipherType];