HomeSort by relevance Sort by last modified time
    Searched refs:ALGORITHM (Results 1 - 25 of 69) sorted by null

1 2 3

  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateAlgorithmId.java 60 public static final String ALGORITHM = "algorithm";
65 * @param algId the Algorithm identifier
94 * Return the algorithm identifier as user readable string.
103 * Encode the algorithm identifier in DER form to the stream.
122 if (name.equalsIgnoreCase(ALGORITHM)) {
134 if (name.equalsIgnoreCase(ALGORITHM)) {
146 if (name.equalsIgnoreCase(ALGORITHM)) {
160 elements.addElement(ALGORITHM);
  /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";
  /external/tpm2/
AlgorithmCap.c 13 } ALGORITHM;
14 static const ALGORITHM s_algorithms[] =
128 TPM_ALG_ID algID, // IN: the starting algorithm ID
130 TPML_ALG_PROPERTY *algList // OUT: algorithm list
136 // initialize output algorithm list
143 // Scan the implemented algorithm list to see if there is a match to 'algID'.
146 // If algID is less than the starting algorithm ID, skip it
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLECKeyPairGenerator.java 40 private static final String ALGORITHM = "EC";
57 super(ALGORITHM);
OpenSSLECPublicKey.java 39 private static final String ALGORITHM = "EC";
83 return ALGORITHM;
OpenSSLECPrivateKey.java 43 private static final String ALGORITHM = "EC";
157 return ALGORITHM;
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 66 algorithm return ALGORITHM;
dnsextd_parser.y 61 char algorithm[ 256 ];
112 %token ALGORITHM
  /libcore/tools/docs/crypto/
update_crypto_support.py 20 ListProviders.java along with a JSON file of the previous set of algorithm
22 record of algorithm support.
88 """Returns a normalized version of the given algorithm name."""
104 """Returns a version of the given algorithm name with capitalization fixed."""
122 The input file-like object must supply a "BEGIN ALGORITHM LIST" line
123 followed by any number of lines of an algorithm category and algorithm name
124 separated by whitespace followed by a "END ALGORITHM LIST" line. The
131 A dict of categories to lists of normalized algorithm names and a
132 dict of normalized algorithm names to original algorithm names
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
key_param_output.cpp 46 ::std::ostream& operator<<(::std::ostream& os, Algorithm value) {
81 case Tag::ALGORITHM:
82 return os << param.f.algorithm;
keymaster_tags.h 26 * and then to assign Algorithm::RSA to algorithm element of its union. But because the user
56 * auto param = Authorization(TAG_ALGORITM, Algorithm::RSA);
150 DECLARE_TYPED_TAG(ALGORITHM);
217 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
353 inline const char* stringify(Algorithm algorithm) {
354 switch (algorithm) {
355 case Algorithm::RSA:
357 case Algorithm::EC
    [all...]
  /hardware/interfaces/keymaster/3.0/
types.hal 42 ALGORITHM = TagType:ENUM | 2, /** Algorithm. */
53 /** Algorithm-specific. */
156 enum Algorithm : uint32_t {
189 * provide all possible combinations of algorithm and padding, only the
379 Algorithm algorithm;
  /system/security/keystore/include/keystore/
keymaster_tags.h 26 * and then to assign Algorithm::RSA to algorithm element of its union. But because the user
56 * auto param = Authorization(TAG_ALGORITM, Algorithm::RSA);
68 using ::android::hardware::keymaster::V3_0::Algorithm;
166 DECLARE_TYPED_TAG(ALGORITHM);
233 MAKE_TAG_ENUM_VALUE_ACCESSOR(TAG_ALGORITHM, f.algorithm)
  /prebuilts/devtools/tools/lib/
jobb.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta3/
jobb-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.4.0-beta6/
jobb-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/24.5.0/
jobb-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0/
jobb-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha1/
jobb-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha3/
jobb-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha5/
jobb-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha7/
jobb-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.0.0-alpha9/
jobb-25.0.0-alpha9.jar 

Completed in 493 milliseconds

1 2 3