OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALGORITHM
(Results
1 - 9
of
9
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java
51
private static String
ALGORITHM
= ParameterNames.
ALGORITHM
;
137
* get the
Algorithm
value.
141
return (String) authParams.getValue(
ALGORITHM
);
AuthenticationHeader.java
58
public static final String
ALGORITHM
= ParameterNames.
ALGORITHM
;
283
* Sets the
Algorithm
of the WWWAuthenicateHeader to the new <var>
algorithm
</var>
286
* @param
algorithm
-
287
* the new
algorithm
String of this WWWAuthenicateHeader.
290
* while parsing the
algorithm
value.
293
public void setAlgorithm(String
algorithm
) throws ParseException {
294
if (
algorithm
== null)
296
setParameter(ParameterNames.
ALGORITHM
, algorithm)
[
all
...]
ParameterNames.java
60
public static final String
ALGORITHM
= "
algorithm
";
/libcore/crypto/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java
31
private static final String
ALGORITHM
= "EC";
49
super(
ALGORITHM
);
OpenSSLECPrivateKey.java
34
private static final String
ALGORITHM
= "EC";
76
return
ALGORITHM
;
OpenSSLECPublicKey.java
36
private static final String
ALGORITHM
= "EC";
80
return
ALGORITHM
;
/external/mdnsresponder/mDNSShared/
dnsextd_lexer.l
66
algorithm
return
ALGORITHM
;
dnsextd_parser.y
61
char
algorithm
[ 256 ];
112
%token
ALGORITHM
/prebuilts/devtools/tools/lib/
jobb.jar
Completed in 224 milliseconds