/system/keymaster/include/keymaster/contexts/ |
D | soft_attestation_context.h | 35 KeymasterKeyBlob GetAttestationKey(keymaster_algorithm_t algorithm, in GetAttestationKey() 40 CertificateChain GetAttestationChain(keymaster_algorithm_t algorithm, in GetAttestationChain()
|
/system/core/trusty/keymaster/set_attestation_key/ |
D | set_attestation_key.cpp | 86 keymaster_algorithm_t algorithm; member 113 keymaster_algorithm_t algorithm; member 118 static int set_attestation_key_or_cert_bin(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_bin() 136 static int set_attestation_key_or_cert_pem(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_pem() 172 static int set_attestation_key_or_cert_iecs(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_iecs() 214 static int str_to_algorithm(keymaster_algorithm_t* algorithm, const xmlChar* algorithm_str) { in str_to_algorithm() 229 keymaster_algorithm_t algorithm; in set_attestation_key_or_cert() local 267 const xmlChar* algorithm = NULL; in process_xml() local
|
/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 59 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in add_digests() 86 for (auto algorithm : sig_algorithms) in map_digests() local 97 for (auto algorithm : crypt_algorithms) in map_digests() local 118 static bool findUnsupportedDigest(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in findUnsupportedDigest() 142 bool requiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in requiresSoftwareDigesting() 167 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local 191 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
|
D | keymaster_passthrough_operation.h | 95 KeymasterPassthroughOperationFactory(keymaster_algorithm_t algorithm, in KeymasterPassthroughOperationFactory()
|
/system/keymaster/contexts/ |
D | soft_attestation_cert.cpp | 281 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, in getAttestationKey() 299 CertificateChain getAttestationChain(keymaster_algorithm_t algorithm, keymaster_error_t* error) { in getAttestationChain()
|
D | soft_keymaster_device.cpp | 109 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests() 137 for (auto algorithm : sig_algorithms) in map_digests() local 148 for (auto algorithm : crypt_algorithms) in map_digests() local 404 keymaster_algorithm_t algorithm, in get_supported_block_modes() 438 keymaster_algorithm_t algorithm, in get_supported_padding_modes() 472 keymaster_algorithm_t algorithm, in get_supported_digests() 505 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats() 536 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats() 614 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest() 636 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting() [all …]
|
D | keymaster2_passthrough_context.cpp | 52 Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 102 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | keymaster1_passthrough_context.cpp | 90 Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 169 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | soft_keymaster_context.cpp | 123 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 270 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | pure_soft_keymaster_context.cpp | 170 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 308 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
/system/tools/mkbootimg/gki/ |
D | certify_bootimg.py | 44 def add_certificate(boot_img, algorithm, key, extra_args): argument 249 def certify_bootimg(boot_img, output_img, algorithm, key, extra_args, argument 267 algorithm, key, extra_args, extra_footer_args): argument
|
D | generate_gki_certificate.py | 25 def generate_gki_certificate(image, avbtool, name, algorithm, key, salt, argument
|
/system/keymaster/km_openssl/ |
D | aes_operation.h | 28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_AES; } in algorithm() function
|
D | triple_des_operation.h | 28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_TRIPLE_DES; } in algorithm() function
|
D | attestation_utils.cpp | 220 EVP_PKEY_Ptr get_attestation_key(keymaster_algorithm_t algorithm, const AttestationContext& context, in get_attestation_key() 293 keymaster_algorithm_t algorithm; in generate_attestation() local
|
D | rsa_key_factory.cpp | 206 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 42 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory()
|
D | keymaster1_legacy_support.h | 63 keymaster_algorithm_t algorithm, const keymaster1_device_t* dev, in Keymaster1ArbitrationFactory()
|
/system/keymaster/tests/ |
D | wrapped_key_test.cpp | 97 keymaster_algorithm_t algorithm; in TEST() local
|
/system/keymaster/android_keymaster/ |
D | operation.cpp | 47 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
|
/system/core/fs_mgr/include/ |
D | fs_mgr.h | 71 std::string algorithm; member
|
/system/keymaster/include/keymaster/ |
D | operation.h | 47 keymaster_algorithm_t algorithm; member
|
/system/security/keystore2/test_utils/ |
D | authorizations.rs | 54 pub fn algorithm(mut self, a: Algorithm) -> Self { in algorithm() method
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 389 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in verifyAndParseCoseSign1() local 520 auto& algorithm = parsedProtParms->asMap()->get(ALGORITHM); in getSenderPubKeyFromCoseEncrypt() local 599 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in decryptCoseEncrypt() local
|
/system/keymint/wire/src/ |
D | legacy.rs | 496 pub algorithm: Algorithm, field 504 pub algorithm: Algorithm, field 512 pub algorithm: Algorithm, field 520 pub algorithm: Algorithm, field
|