History log of /aosp_15_r20/system/keymint/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9860b76305-Dec-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12748980 from 9084f339d9b96ecf0ae7b3d4e73c953255e3ec20 to 25Q1-release

Change-Id: Iadaf65fdf61e482326f34ec8db46865bf1a7a860


.gitignore
Android.bp
CHANGELOG.md
Cargo.toml
NOTICE
OWNERS
PREUPLOAD.cfg
README.md
TEST_MAPPING
boringssl/Android.bp
boringssl/Cargo.toml
boringssl/TEST_MAPPING
boringssl/src/aes.rs
boringssl/src/aes_cmac.rs
boringssl/src/des.rs
boringssl/src/ec.rs
boringssl/src/eq.rs
boringssl/src/err.rs
boringssl/src/hmac.rs
boringssl/src/lib.rs
boringssl/src/rng.rs
boringssl/src/rsa.rs
boringssl/src/sha256.rs
boringssl/src/tests.rs
boringssl/src/types.rs
common/Android.bp
common/Cargo.toml
common/TEST_MAPPING
common/fuzz/.gitignore
common/fuzz/Cargo.toml
common/fuzz/fuzz_targets/keyblob.rs
common/generated.cddl
common/src/bin/cddl-dump.rs
common/src/bin/keyblob-cddl-dump.rs
common/src/crypto.rs
common/src/crypto/aes.rs
common/src/crypto/des.rs
common/src/crypto/ec.rs
common/src/crypto/hmac.rs
common/src/crypto/rsa.rs
common/src/crypto/traits.rs
common/src/keyblob.rs
common/src/keyblob/keyblob.cddl
common/src/keyblob/legacy.rs
common/src/keyblob/legacy/tests.rs
common/src/keyblob/sdd_mem.rs
common/src/keyblob/tests.rs
common/src/lib.rs
common/src/tag.rs
common/src/tag/info.rs
common/src/tag/info/tests.rs
common/src/tag/legacy.rs
common/src/tag/tests.rs
derive/Android.bp
derive/Cargo.toml
derive/TEST_MAPPING
derive/src/lib.rs
derive/tests/integration_test.rs
hal/Android.bp
hal/TEST_MAPPING
hal/src/env.rs
hal/src/hal.rs
hal/src/hal/tests.rs
hal/src/keymint.rs
hal/src/lib.rs
hal/src/rpc.rs
hal/src/secureclock.rs
hal/src/sharedsecret.rs
hal/src/tests.rs
rustfmt.toml
scripts/cddl-gen
ta/Android.bp
ta/Cargo.toml
ta/TEST_MAPPING
ta/fuzz/.gitignore
ta/fuzz/Cargo.toml
ta/fuzz/fuzz_targets/keydescription.rs
ta/src/cert.rs
ta/src/clock.rs
ta/src/device.rs
ta/src/keys.rs
ta/src/lib.rs
ta/src/operation.rs
ta/src/rkp.rs
ta/src/secret.rs
ta/src/tests.rs
tests/Android.bp
tests/Cargo.toml
tests/src/bin/auth-keyblob-parse.rs
tests/src/bin/encrypted-keyblob-parse.rs
tests/src/lib.rs
tests/tests/keyblob_test.rs
wire/Android.bp
wire/Cargo.toml
wire/fuzz/.gitignore
wire/fuzz/Cargo.toml
wire/fuzz/fuzz_targets/legacy_message.rs
wire/fuzz/fuzz_targets/message.rs
wire/src/keymint.rs
wire/src/legacy.rs
wire/src/lib.rs
wire/src/rpc.rs
wire/src/secureclock.rs
wire/src/sharedsecret.rs
wire/src/tests.rs
wire/src/types.rs