History log of /aosp_15_r20/system/keymaster/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
789431f228-Nov-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12722466 from 6790a4ed2147dc646cd86b5d98677a42f5396402 to 25Q1-release

Change-Id: I2d757680588a4761ecf794276053d6637cd0e36e


.clang-format
.gitignore
Android.bp
METADATA
MODULE_LICENSE_APACHE2
NOTICE
OWNERS
PREUPLOAD.cfg
TEST_MAPPING
android_keymaster/android_keymaster.cpp
android_keymaster/android_keymaster_messages.cpp
android_keymaster/android_keymaster_utils.cpp
android_keymaster/authorization_set.cpp
android_keymaster/keymaster_configuration.cpp
android_keymaster/keymaster_enforcement.cpp
android_keymaster/keymaster_tags.cpp
android_keymaster/logger.cpp
android_keymaster/operation.cpp
android_keymaster/operation_table.cpp
android_keymaster/pure_soft_secure_key_storage.cpp
android_keymaster/remote_provisioning_utils.cpp
android_keymaster/serializable.cpp
contexts/keymaster1_passthrough_context.cpp
contexts/keymaster2_passthrough_context.cpp
contexts/pure_soft_keymaster_context.cpp
contexts/pure_soft_remote_provisioning_context.cpp
contexts/soft_attestation_cert.cpp
contexts/soft_attestation_context.cpp
contexts/soft_keymaster_context.cpp
contexts/soft_keymaster_device.cpp
contexts/soft_keymaster_logger.cpp
cppcose/cppcose.cpp
fuzzer/Android.bp
fuzzer/README.md
fuzzer/k4_AndroidKeymaster4Device_fuzzer.cpp
include/keymaster/List.h
include/keymaster/UniquePtr.h
include/keymaster/android_keymaster.h
include/keymaster/android_keymaster_messages.h
include/keymaster/android_keymaster_utils.h
include/keymaster/asymmetric_key_factory.h
include/keymaster/attestation_context.h
include/keymaster/authorization_set.h
include/keymaster/contexts/keymaster1_passthrough_context.h
include/keymaster/contexts/keymaster2_passthrough_context.h
include/keymaster/contexts/pure_soft_keymaster_context.h
include/keymaster/contexts/pure_soft_remote_provisioning_context.h
include/keymaster/contexts/soft_attestation_cert.h
include/keymaster/contexts/soft_attestation_context.h
include/keymaster/contexts/soft_keymaster_context.h
include/keymaster/cppcose/cppcose.h
include/keymaster/key.h
include/keymaster/key_blob_utils/ae.h
include/keymaster/key_blob_utils/auth_encrypted_key_blob.h
include/keymaster/key_blob_utils/integrity_assured_key_blob.h
include/keymaster/key_blob_utils/ocb_utils.h
include/keymaster/key_blob_utils/software_keyblobs.h
include/keymaster/key_factory.h
include/keymaster/keymaster_configuration.h
include/keymaster/keymaster_context.h
include/keymaster/keymaster_enforcement.h
include/keymaster/keymaster_tags.h
include/keymaster/keymaster_utils.h
include/keymaster/km_date.h
include/keymaster/km_openssl/aes_key.h
include/keymaster/km_openssl/asymmetric_key.h
include/keymaster/km_openssl/attestation_record.h
include/keymaster/km_openssl/attestation_utils.h
include/keymaster/km_openssl/certificate_utils.h
include/keymaster/km_openssl/ckdf.h
include/keymaster/km_openssl/curve25519_key.h
include/keymaster/km_openssl/ec_key.h
include/keymaster/km_openssl/ec_key_factory.h
include/keymaster/km_openssl/ecdh_operation.h
include/keymaster/km_openssl/ecdsa_operation.h
include/keymaster/km_openssl/ecies_kem.h
include/keymaster/km_openssl/hkdf.h
include/keymaster/km_openssl/hmac.h
include/keymaster/km_openssl/hmac_key.h
include/keymaster/km_openssl/iso18033kdf.h
include/keymaster/km_openssl/kdf.h
include/keymaster/km_openssl/kdf1.h
include/keymaster/km_openssl/kdf2.h
include/keymaster/km_openssl/kem.h
include/keymaster/km_openssl/key_exchange.h
include/keymaster/km_openssl/nist_curve_key_exchange.h
include/keymaster/km_openssl/openssl_err.h
include/keymaster/km_openssl/openssl_utils.h
include/keymaster/km_openssl/rsa_key.h
include/keymaster/km_openssl/rsa_key_factory.h
include/keymaster/km_openssl/rsa_operation.h
include/keymaster/km_openssl/soft_keymaster_enforcement.h
include/keymaster/km_openssl/software_random_source.h
include/keymaster/km_openssl/symmetric_key.h
include/keymaster/km_openssl/triple_des_key.h
include/keymaster/km_version.h
include/keymaster/legacy_support/ec_keymaster1_key.h
include/keymaster/legacy_support/keymaster1_engine.h
include/keymaster/legacy_support/keymaster1_legacy_support.h
include/keymaster/legacy_support/keymaster_passthrough_engine.h
include/keymaster/legacy_support/keymaster_passthrough_key.h
include/keymaster/legacy_support/rsa_keymaster1_key.h
include/keymaster/logger.h
include/keymaster/mem.h
include/keymaster/operation.h
include/keymaster/operation_table.h
include/keymaster/pure_soft_secure_key_storage.h
include/keymaster/random_source.h
include/keymaster/remote_provisioning_context.h
include/keymaster/remote_provisioning_utils.h
include/keymaster/secure_deletion_secret_storage.h
include/keymaster/secure_key_storage.h
include/keymaster/serializable.h
include/keymaster/soft_key_factory.h
include/keymaster/soft_keymaster_device.h
include/keymaster/soft_keymaster_logger.h
include/keymaster/wrapped_key.h
key_blob_utils/auth_encrypted_key_blob.cpp
key_blob_utils/integrity_assured_key_blob.cpp
key_blob_utils/ocb.c
key_blob_utils/ocb_utils.cpp
key_blob_utils/software_keyblobs.cpp
km0_sw_rsa_512.blob
km1_sw_ecdsa_256.blob
km1_sw_rsa_512.blob
km1_sw_rsa_512_unversioned.blob
km_openssl/aes_key.cpp
km_openssl/aes_operation.cpp
km_openssl/aes_operation.h
km_openssl/asymmetric_key.cpp
km_openssl/asymmetric_key_factory.cpp
km_openssl/attestation_record.cpp
km_openssl/attestation_utils.cpp
km_openssl/block_cipher_operation.cpp
km_openssl/block_cipher_operation.h
km_openssl/certificate_utils.cpp
km_openssl/ckdf.cpp
km_openssl/curve25519_key.cpp
km_openssl/ec_key.cpp
km_openssl/ec_key_factory.cpp
km_openssl/ecdh_operation.cpp
km_openssl/ecdsa_operation.cpp
km_openssl/ecies_kem.cpp
km_openssl/hkdf.cpp
km_openssl/hmac.cpp
km_openssl/hmac_key.cpp
km_openssl/hmac_operation.cpp
km_openssl/hmac_operation.h
km_openssl/iso18033kdf.cpp
km_openssl/kdf.cpp
km_openssl/nist_curve_key_exchange.cpp
km_openssl/openssl_err.cpp
km_openssl/openssl_utils.cpp
km_openssl/rsa_key.cpp
km_openssl/rsa_key_factory.cpp
km_openssl/rsa_operation.cpp
km_openssl/soft_keymaster_enforcement.cpp
km_openssl/software_random_source.cpp
km_openssl/symmetric_key.cpp
km_openssl/triple_des_key.cpp
km_openssl/triple_des_operation.cpp
km_openssl/triple_des_operation.h
km_openssl/wrapped_key.cpp
legacy_support/ec_keymaster1_key.cpp
legacy_support/ecdsa_keymaster1_operation.cpp
legacy_support/ecdsa_keymaster1_operation.h
legacy_support/keymaster1_engine.cpp
legacy_support/keymaster1_legacy_support.cpp
legacy_support/keymaster_passthrough_engine.cpp
legacy_support/keymaster_passthrough_key.cpp
legacy_support/keymaster_passthrough_operation.cpp
legacy_support/keymaster_passthrough_operation.h
legacy_support/rsa_keymaster1_key.cpp
legacy_support/rsa_keymaster1_operation.cpp
legacy_support/rsa_keymaster1_operation.h
ng/AndroidKeyMintDevice.cpp
ng/AndroidKeyMintOperation.cpp
ng/AndroidKeymaster3Device.cpp
ng/AndroidKeymaster41Device.cpp
ng/AndroidKeymaster4Device.cpp
ng/AndroidRemotelyProvisionedComponentDevice.cpp
ng/AndroidSecureClock.cpp
ng/AndroidSharedSecret.cpp
ng/KeyMintAidlUtils.cpp
ng/KeyMintUtils.cpp
ng/include/AndroidKeyMintDevice.h
ng/include/AndroidKeyMintOperation.h
ng/include/AndroidKeymaster3Device.h
ng/include/AndroidKeymaster41Device.h
ng/include/AndroidKeymaster4Device.h
ng/include/AndroidRemotelyProvisionedComponentDevice.h
ng/include/AndroidSecureClock.h
ng/include/AndroidSharedSecret.h
ng/include/KeyMintUtils.h
ng/include/keymaster_tags.h
ng/include/keystore_hidl_support.h
sw_rsa_attest_root.key.pem
tests/Android.bp
tests/android_keymaster_messages_test.cpp
tests/android_keymaster_test_utils.cpp
tests/android_keymaster_test_utils.h
tests/attestation_record_test.cpp
tests/authorization_set_test.cpp
tests/ckdf_test.cpp
tests/ecies_kem_test.cpp
tests/fuzzers/buffer_fuzz.cpp
tests/fuzzers/message_serializable_fuzz.cpp
tests/fuzzers/serializable_types.h
tests/gtest_main.cpp
tests/hkdf_test.cpp
tests/hmac_test.cpp
tests/kdf1_test.cpp
tests/kdf2_test.cpp
tests/kdf_test.cpp
tests/key_blob_test.cpp
tests/keymaster_configuration_test.cpp
tests/keymaster_enforcement_test.cpp
tests/nist_curve_key_exchange_test.cpp
tests/test_keys.h
tests/wrapped_key_test.cpp
valgrind.supp