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

  /external/conscrypt/src/test/java/org/conscrypt/
OpenSSLKeyTest.java 45 static final BigInteger RSA_PUBLIC_EXPONENT = new BigInteger("10001", 16);
55 assertEquals(RSA_PUBLIC_EXPONENT, publicKey.getPublicExponent());
  /system/keymaster/
attestation_record.cpp 88 ASN1_INTEGER* rsa_public_exponent; member in struct:keymaster::km_auth_list
114 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
296 integer_ptr = &record->rsa_public_exponent;
599 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list))
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
CertificatesToPlayWith.java 404 public final static String RSA_PUBLIC_EXPONENT = "65537";

Completed in 2913 milliseconds