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

1 2 3

  /external/conscrypt/openjdk/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());
  /hardware/interfaces/keymaster/3.0/vts/functional/
attestation_record.cpp 68 ASN1_INTEGER* rsa_public_exponent; member in struct:android::hardware::keymaster::V3_0::km_auth_list
95 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
244 copyAuthTag(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list);
keymaster_tags.h 118 DECLARE_TYPED_TAG(RSA_PUBLIC_EXPONENT);
  /hardware/interfaces/keymaster/4.0/support/
attestation_record.cpp 68 ASN1_INTEGER* rsa_public_exponent; member in struct:android::hardware::keymaster::V4_0::km_auth_list
94 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
241 copyAuthTag(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list);
  /system/keymaster/include/keymaster/
attestation_record.h 66 ASN1_INTEGER* rsa_public_exponent; member in struct:keymaster::km_auth_list
105 ASN1_EXP_OPT(KM_AUTH_LIST, rsa_public_exponent, ASN1_INTEGER,
  /external/nos/test/system-test-harness/src/
keymaster-import-key-tests.cc 66 param->set_tag(Tag::RSA_PUBLIC_EXPONENT);
121 param->set_tag(Tag::RSA_PUBLIC_EXPONENT);
236 param->set_tag(Tag::RSA_PUBLIC_EXPONENT);
  /external/nos/host/android/hals/keymaster/
import_key.cpp 70 if (params.find(Tag::RSA_PUBLIC_EXPONENT) != params.end()) {
72 params.find(Tag::RSA_PUBLIC_EXPONENT)->second;
import_wrapped_key.cpp 181 case Tag::RSA_PUBLIC_EXPONENT:
421 {Tag::RSA_PUBLIC_EXPONENT, parse_asn1_integer},
proto_utils.cpp 531 case Tag::RSA_PUBLIC_EXPONENT: // (TagType:ULONG | 200)
689 case nosapp::Tag::RSA_PUBLIC_EXPONENT: // (TagType:ULONG | 200)
    [all...]
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
android.hardware.keymaster@3.0.so 
libkeymaster_portable.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
android.hardware.keymaster@3.0.so 
libkeymaster_portable.so 
  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
keymaster_tags.h 142 DECLARE_TYPED_TAG(RSA_PUBLIC_EXPONENT);
372 case Tag::RSA_PUBLIC_EXPONENT:
  /system/keymaster/km_openssl/
attestation_record.cpp 196 integer_ptr = &record->rsa_public_exponent;
584 if (!get_ulong(record->rsa_public_exponent, TAG_RSA_PUBLIC_EXPONENT, auth_list))
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster_defs.proto 51 RSA_PUBLIC_EXPONENT = 0x500c8; // (TagType:ULONG | 200)
  /hardware/interfaces/keymaster/3.0/
types.hal 54 RSA_PUBLIC_EXPONENT = TagType:ULONG | 200,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
CertificatesToPlayWith.java 404 public final static String RSA_PUBLIC_EXPONENT = "65537";
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
android.hardware.keymaster@3.0.so 
libkeymaster_portable.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
android.hardware.keymaster@3.0.so 
libkeymaster_portable.so 
  /system/keymaster/ng/include/
keymaster_tags.h 136 DECLARE_TYPED_TAG(RSA_PUBLIC_EXPONENT);
  /system/security/keystore/
keymaster_enforcement.cpp 331 case Tag::RSA_PUBLIC_EXPONENT:
  /hardware/interfaces/keymaster/4.0/
types.hal 190 * Tag::RSA_PUBLIC_EXPONENT specifies the value of the public exponent for an RSA key pair.
201 RSA_PUBLIC_EXPONENT = TagType:ULONG | 200,
    [all...]

Completed in 544 milliseconds

1 2 3