/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 57 …atic keymaster_error_t add_digests(const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests() 86 for (auto algorithm : sig_algorithms) in map_digests() local 98 for (auto algorithm : crypt_algorithms) in map_digests() local 120 static bool findUnsupportedDigest(keymaster_algorithm_t algorithm, in findUnsupportedDigest() 145 bool requiresSoftwareDigesting(keymaster_algorithm_t algorithm, keymaster_purpose_t purpose, in requiresSoftwareDigesting() 170 keymaster_algorithm_t algorithm; in RequiresSoftwareDigesting() local 194 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 | 286 const keymaster_key_blob_t* getAttestationKey(keymaster_algorithm_t algorithm, keymaster_error_t* e… in getAttestationKey() 305 keymaster_algorithm_t algorithm, keymaster_error_t* error) { in getAttestationChain()
|
D | soft_keymaster_device.cpp | 110 static keymaster_error_t add_digests(keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in add_digests() 138 for (auto algorithm : sig_algorithms) in map_digests() local 150 for (auto algorithm : crypt_algorithms) in map_digests() local 443 keymaster_algorithm_t algorithm, in get_supported_block_modes() 479 keymaster_algorithm_t algorithm, in get_supported_padding_modes() 515 keymaster_algorithm_t algorithm, in get_supported_digests() 550 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_import_formats() 583 const keymaster1_device_t* dev, keymaster_algorithm_t algorithm, in get_supported_export_formats() 667 bool SoftKeymasterDevice::FindUnsupportedDigest(keymaster_algorithm_t algorithm, in FindUnsupportedDigest() 689 bool SoftKeymasterDevice::RequiresSoftwareDigesting(keymaster_algorithm_t algorithm, in RequiresSoftwareDigesting() [all …]
|
D | keymaster2_passthrough_context.cpp | 50 OperationFactory* Keymaster2PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 97 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | keymaster1_passthrough_context.cpp | 82 OperationFactory* Keymaster1PassthroughContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 165 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | pure_soft_keymaster_context.cpp | 100 OperationFactory* PureSoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 209 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
D | soft_keymaster_context.cpp | 135 OperationFactory* SoftKeymasterContext::GetOperationFactory(keymaster_algorithm_t algorithm, in GetOperationFactory() 287 keymaster_algorithm_t algorithm; in ParseKeyBlob() local
|
/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 | openssl_utils.cpp | 66 static int convert_to_evp(keymaster_algorithm_t algorithm) { in convert_to_evp()
|
D | rsa_key_factory.cpp | 165 keymaster_algorithm_t algorithm = KM_ALGORITHM_RSA; in UpdateImportKeyDescription() local
|
D | ec_key_factory.cpp | 190 keymaster_algorithm_t algorithm = KM_ALGORITHM_EC; in UpdateImportKeyDescription() local
|
/system/security/keystore/ |
D | key_config.proto | 26 optional string algorithm = 1; field
|
D | operation_config.proto | 26 optional string algorithm = 1; field
|
D | auth_token_table.cpp | 97 inline bool is_secret_key_operation(Algorithm algorithm, KeyPurpose purpose) { in is_secret_key_operation() 104 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthentication() local 110 auto algorithm = defaultOr(key_info.GetTagValue(TAG_ALGORITHM), Algorithm::AES); in KeyRequiresAuthPerOperation() local
|
/system/keymaster/android_keymaster/ |
D | android_keymaster.cpp | 78 bool check_supported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in check_supported() 115 void GetSupported(const KeymasterContext& context, keymaster_algorithm_t algorithm, in GetSupported() 221 keymaster_algorithm_t algorithm; in GenerateKey() local 438 keymaster_algorithm_t algorithm; in ImportKey() local 520 keymaster_algorithm_t algorithm; in ImportWrappedKey() local
|
D | operation.cpp | 51 inline bool is_public_key_algorithm(keymaster_algorithm_t algorithm) { in is_public_key_algorithm()
|
/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 | 65 keymaster_algorithm_t algorithm, in Keymaster1ArbitrationFactory()
|
/system/keymaster/include/keymaster/ |
D | operation.h | 45 keymaster_algorithm_t algorithm; member
|
/system/keymaster/tests/ |
D | wrapped_key_test.cpp | 98 keymaster_algorithm_t algorithm; in TEST() local
|
D | android_keymaster_test_utils.cpp | 775 keymaster_algorithm_t algorithm, in get_supported_block_modes() 783 keymaster_algorithm_t algorithm, in get_supported_padding_modes() 792 keymaster_algorithm_t algorithm, in get_supported_digests() 815 keymaster_algorithm_t algorithm, in get_supported_import_formats() 822 keymaster_algorithm_t algorithm, in get_supported_export_formats()
|
/system/security/keystore-engine/ |
D | keystore_backend_binder.cpp | 129 auto algorithm = getKeyAlgoritmFromKeyCharacteristics(characteristics); in sign() local
|
/system/hardware/interfaces/wifi/keystore/1.0/default/ |
D | keystore.cpp | 174 auto algorithm = getKeyAlgoritmFromKeyCharacteristics(characteristics); in sign() local
|