/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 | 58 keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in add_digests() 85 for (auto algorithm : sig_algorithms) in map_digests() local 96 for (auto algorithm : crypt_algorithms) in map_digests() local 117 static bool findUnsupportedDigest(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in findUnsupportedDigest() 141 bool requiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in requiresSoftwareDigesting() 166 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local 190 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local
|
D | keymaster_passthrough_operation.h | 95 KeymasterPassthroughOperationFactory(keymaster_algorithm_t algorithm, in KeymasterPassthroughOperationFactory()
|
/system/tools/mkbootimg/gki/ |
D | certify_bootimg.py | 44 def add_certificate(boot_img, algorithm, key, extra_args): argument 195 def certify_bootimg(boot_img, output_img, algorithm, key, extra_args): argument 211 def certify_bootimg_zip(boot_img_zip, output_zip, algorithm, key, extra_args): argument
|
D | generate_gki_certificate.py | 25 def generate_gki_certificate(image, avbtool, name, algorithm, key, salt, argument
|
/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 | 50 Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 100 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | keymaster1_passthrough_context.cpp | 88 Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 167 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 | 169 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 307 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
/system/keymaster/km_openssl/ |
D | triple_des_operation.h | 28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_TRIPLE_DES; } in algorithm() function
|
D | aes_operation.h | 28 keymaster_algorithm_t algorithm() const override { return KM_ALGORITHM_AES; } in algorithm() function
|
D | attestation_utils.cpp | 218 EVP_PKEY_Ptr get_attestation_key(keymaster_algorithm_t algorithm, const AttestationContext& context, in get_attestation_key() 291 keymaster_algorithm_t algorithm; in generate_attestation() local
|
D | rsa_key_factory.cpp | 204 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
|
/system/security/keystore2/test_utils/ |
D | authorizations.rs | 52 pub fn algorithm(mut self, a: Algorithm) -> Self { in algorithm() method
|
/system/keymaster/include/keymaster/legacy_support/ |
D | keymaster_passthrough_key.h | 40 KeymasterPassthroughKeyFactory(const engine_t* engine, keymaster_algorithm_t algorithm) in KeymasterPassthroughKeyFactory()
|
D | keymaster1_legacy_support.h | 62 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/core/fs_mgr/include/ |
D | fs_mgr.h | 71 std::string algorithm; member
|
/system/keymaster/android_keymaster/ |
D | operation.cpp | 47 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
|
D | android_keymaster.cpp | 159 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in check_supported() 207 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in GetSupported() 319 keymaster_algorithm_t algorithm; in get_key_factory() local
|
/system/keymaster/include/keymaster/ |
D | operation.h | 45 keymaster_algorithm_t algorithm; member
|
/system/keymaster/cppcose/ |
D | cppcose.cpp | 355 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in verifyAndParseCoseSign1() local 465 auto& algorithm = parsedProtParms->asMap()->get(ALGORITHM); in getSenderPubKeyFromCoseEncrypt() local 544 auto& algorithm = parsedProtParams->asMap()->get(ALGORITHM); in decryptCoseEncrypt() local
|