/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/ |
D | dice.rs | 61 pub enum KeyAlgorithm { enum 70 impl From<KeyAlgorithm> for iana::Algorithm { 71 fn from(alg: KeyAlgorithm) -> Self { in from() 73 KeyAlgorithm::Ed25519 => iana::Algorithm::EdDSA, in from() 74 KeyAlgorithm::EcdsaP256 => iana::Algorithm::ES256, in from() 75 KeyAlgorithm::EcdsaP384 => iana::Algorithm::ES384, in from() 88 pub const VM_KEY_ALGORITHM: KeyAlgorithm = KeyAlgorithm::Ed25519; 90 impl KeyAlgorithm { impl 94 KeyAlgorithm::Ed25519 => 32, in public_key_size() 95 KeyAlgorithm::EcdsaP256 => 64, in public_key_size() [all …]
|
D | lib.rs | 40 DiceArtifacts, DiceMode, Hash, Hidden, InlineConfig, InputValues, KeyAlgorithm, PrivateKey,
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | dice.rs | 183 use diced_open_dice::KeyAlgorithm; 307 authority_algorithm: KeyAlgorithm::Ed25519, in changing_deferred_rpb_changes_secrets() 308 subject_algorithm: KeyAlgorithm::Ed25519, in changing_deferred_rpb_changes_secrets() 386 authority_algorithm: KeyAlgorithm::Ed25519, in dice_derivation_with_different_algorithms_is_valid() 387 subject_algorithm: KeyAlgorithm::EcdsaP256, in dice_derivation_with_different_algorithms_is_valid() 404 authority_algorithm: KeyAlgorithm::EcdsaP256, in dice_derivation_with_different_algorithms_is_valid() 405 subject_algorithm: KeyAlgorithm::EcdsaP384, in dice_derivation_with_different_algorithms_is_valid() 422 authority_algorithm: KeyAlgorithm::EcdsaP384, in dice_derivation_with_different_algorithms_is_valid() 423 subject_algorithm: KeyAlgorithm::Ed25519, in dice_derivation_with_different_algorithms_is_valid()
|
/aosp_15_r20/external/google-cloud-java/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/ |
H A D | CertificateIssuanceConfig.java | 92 public enum KeyAlgorithm implements com.google.protobuf.ProtocolMessageEnum { enum in CertificateIssuanceConfig 171 public static KeyAlgorithm valueOf(int value) { in valueOf() 179 public static KeyAlgorithm forNumber(int value) { in forNumber() 192 public static com.google.protobuf.Internal.EnumLiteMap<KeyAlgorithm> internalGetValueMap() { in internalGetValueMap() 196 private static final com.google.protobuf.Internal.EnumLiteMap<KeyAlgorithm> internalValueMap = 197 new com.google.protobuf.Internal.EnumLiteMap<KeyAlgorithm>() { 198 public KeyAlgorithm findValueByNumber(int number) { 199 return KeyAlgorithm.forNumber(number); 221 private static final KeyAlgorithm[] VALUES = values(); 223 public static KeyAlgorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf() [all …]
|
H A D | CertificateIssuanceConfigOrBuilder.java | 338 com.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm getKeyAlgorithm(); in getKeyAlgorithm()
|
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc7906.py | 164 class KeyAlgorithm(univ.Sequence): class 167 KeyAlgorithm.componentType = namedtype.NamedTypes( 178 aa_keyAlgorithm['attrValues'][0] = KeyAlgorithm() 713 id_kma_keyAlgorithm: KeyAlgorithm(),
|
/aosp_15_r20/external/openthread/src/core/crypto/ |
H A D | storage.hpp | 70 enum KeyAlgorithm : uint8_t enum 139 KeyAlgorithm aKeyAlgorithm, in ImportKey()
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreSpi.java | 492 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in setPrivateKeyEntry() 609 == KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in setPrivateKeyEntry() 744 KeyProperties.KeyAlgorithm.toKeymasterSecretKeyAlgorithm( in setSecretKeyEntry() 759 KeyProperties.KeyAlgorithm.toKeymasterDigest(key.getAlgorithm()); in setSecretKeyEntry()
|
H A D | AndroidKeyStoreKeyPairGeneratorSpi.java | 317 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm( in initialize() 493 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in getKeymasterAlgorithmFromLegacy()
|
H A D | AndroidKeyStoreKeyGeneratorSpi.java | 420 keyAlgorithmJCA = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm( in engineGenerateKey()
|
H A D | AndroidKeyStoreProvider.java | 326 keyAlgorithmString = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm( in makeAndroidKeyStoreSecretKeyFromKeyEntryResponse()
|
/aosp_15_r20/external/google-cloud-java/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/proto/google/cloud/certificatemanager/v1/ |
H A D | certificate_issuance_config.proto | 154 enum KeyAlgorithm { enum 199 KeyAlgorithm key_algorithm = 9 [(google.api.field_behavior) = REQUIRED];
|
/aosp_15_r20/external/googleapis/google/cloud/certificatemanager/v1/ |
H A D | certificate_issuance_config.proto | 154 enum KeyAlgorithm { enum 199 KeyAlgorithm key_algorithm = 9 [(google.api.field_behavior) = REQUIRED];
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore/ |
H A D | KeyProperties.java | 247 public static abstract class KeyAlgorithm { class in KeyProperties 248 private KeyAlgorithm() {} in KeyAlgorithm() method in KeyProperties.KeyAlgorithm
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/ |
H A D | KeyPairGeneratorSpec.java | 337 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(keyType); in setKeyType()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar30 | META-INF/
META-INF/MANIFEST.MF
android/
android/filterfw/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-30/ |
D | framework.jar | android/security/keystore2/KeymasterUtils.class
KeymasterUtils.java
package android.security.keystore2
public ... |
/aosp_15_r20/development/tools/cargo_embargo/testdata/plotters/ |
H A D | cargo.metadata | 24786 "KeyAlgorithm": [],
|
/aosp_15_r20/frameworks/base/boot/ |
H A D | preloaded-classes | 6870 android.security.keystore.KeyProperties$KeyAlgorithm
|
H A D | boot-image-profile.txt | 13387 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterAsymmetricKeyAlgorithm(I)Lj… 13388 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava… 29208 Landroid/security/keystore/KeyProperties$KeyAlgorithm;
|
/aosp_15_r20/device/google/atv/products/lowram_boot_profiles/ |
D | preloaded-classes | 7468 android.security.keystore.KeyProperties$KeyAlgorithm
|
/aosp_15_r20/out/target/product/shiba/system/etc/ |
D | preloaded-classes | 6874 android.security.keystore.KeyProperties$KeyAlgorithm
|
/aosp_15_r20/frameworks/base/config/ |
H A D | preloaded-classes | 6874 android.security.keystore.KeyProperties$KeyAlgorithm
|
/aosp_15_r20/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 47515 Landroid/security/keystore/KeyProperties$KeyAlgorithm;-><init>()V 47516 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterAsymmetricKeyAlgorithm(I)Ljava… 47517 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava/la… 47518 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterAsymmetricKeyAlgorithm(Ljava/lan… 47519 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterDigest(Ljava/lang/String;)I 47520 Landroid/security/keystore/KeyProperties$KeyAlgorithm;->toKeymasterSecretKeyAlgorithm(Ljava/lang/St…
|
/aosp_15_r20/out/soong/.intermediates/build/soong/dex_bootjars/android_common/boot/ |
D | boot-image-profile.txt | 26785 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterAsymmetricKeyAlgorithm(I)Lj… 26786 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava… 42606 Landroid/security/keystore/KeyProperties$KeyAlgorithm;
|