Home
last modified time | relevance | path

Searched refs:KeyAlgorithm (Results 1 – 25 of 66) sorted by relevance

123

/aosp_15_r20/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs61 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 …]
Dlib.rs40 DiceArtifacts, DiceMode, Hash, Hidden, InlineConfig, InputValues, KeyAlgorithm, PrivateKey,
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddice.rs183 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 DCertificateIssuanceConfig.java92 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 DCertificateIssuanceConfigOrBuilder.java338 com.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm getKeyAlgorithm(); in getKeyAlgorithm()
/aosp_15_r20/external/python/pyasn1-modules/pyasn1_modules/
Drfc7906.py164 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 Dstorage.hpp70 enum KeyAlgorithm : uint8_t enum
139 KeyAlgorithm aKeyAlgorithm, in ImportKey()
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreSpi.java492 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 DAndroidKeyStoreKeyPairGeneratorSpi.java317 jcaKeyAlgorithm = KeyProperties.KeyAlgorithm.fromKeymasterAsymmetricKeyAlgorithm( in initialize()
493 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm( in getKeymasterAlgorithmFromLegacy()
H A DAndroidKeyStoreKeyGeneratorSpi.java420 keyAlgorithmJCA = KeyProperties.KeyAlgorithm.fromKeymasterSecretKeyAlgorithm( in engineGenerateKey()
H A DAndroidKeyStoreProvider.java326 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 Dcertificate_issuance_config.proto154 enum KeyAlgorithm { enum
199 KeyAlgorithm key_algorithm = 9 [(google.api.field_behavior) = REQUIRED];
/aosp_15_r20/external/googleapis/google/cloud/certificatemanager/v1/
H A Dcertificate_issuance_config.proto154 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 DKeyProperties.java247 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 DKeyPairGeneratorSpec.java337 KeyProperties.KeyAlgorithm.toKeymasterAsymmetricKeyAlgorithm(keyType); in setKeyType()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar30META-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/
Dframework.jarandroid/security/keystore2/KeymasterUtils.class KeymasterUtils.java package android.security.keystore2 public ...
/aosp_15_r20/development/tools/cargo_embargo/testdata/plotters/
H A Dcargo.metadata24786 "KeyAlgorithm": [],
/aosp_15_r20/frameworks/base/boot/
H A Dpreloaded-classes6870 android.security.keystore.KeyProperties$KeyAlgorithm
H A Dboot-image-profile.txt13387 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/
Dpreloaded-classes7468 android.security.keystore.KeyProperties$KeyAlgorithm
/aosp_15_r20/out/target/product/shiba/system/etc/
Dpreloaded-classes6874 android.security.keystore.KeyProperties$KeyAlgorithm
/aosp_15_r20/frameworks/base/config/
H A Dpreloaded-classes6874 android.security.keystore.KeyProperties$KeyAlgorithm
/aosp_15_r20/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt47515 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/
Dboot-image-profile.txt26785 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterAsymmetricKeyAlgorithm(I)Lj…
26786 HSPLandroid/security/keystore/KeyProperties$KeyAlgorithm;->fromKeymasterSecretKeyAlgorithm(II)Ljava…
42606 Landroid/security/keystore/KeyProperties$KeyAlgorithm;

123