OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipherName
(Results
1 - 4
of
4
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
CipherSuite.java
51
final String
cipherName
;
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
OperatorHelper.java
124
String
cipherName
= null;
128
cipherName
= (String)extraAlgNames.get(algorithm);
131
if (
cipherName
== null)
133
cipherName
= (String)asymmetricWrapperAlgNames.get(algorithm);
136
if (
cipherName
!= null)
141
return helper.createCipher(
cipherName
);
146
if (
cipherName
.equals("RSA/ECB/PKCS1Padding"))
174
String
cipherName
= (String)symmetricWrapperAlgNames.get(algorithm);
176
if (
cipherName
!= null)
181
return helper.createCipher(
cipherName
);
[
all
...]
/external/chromium_org/net/third_party/nss/ssl/
sslauth.c
96
const char *
cipherName
;
125
cipherName
= ssl_cipherName[ss->sec.cipherType];
127
cipherName
= ssl3_cipherName[ss->sec.cipherType];
129
PORT_Assert(
cipherName
);
130
if (
cipherName
) {
131
if (PORT_Strstr(
cipherName
, "DES")) isDes = PR_TRUE;
134
*cp = PORT_Strdup(
cipherName
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar
Completed in 2110 milliseconds