diff options
author | Dees Troy <dees_troy@teamw.in> | 2019-03-20 21:40:44 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit2@gerrit.omnirom.org> | 2019-03-20 21:40:44 +0100 |
commit | 908442dfb5ede6580c79d9c14a8c44b0f30670ac (patch) | |
tree | fb6556174678001a93cbb355dc5f2a4789932599 /crypto/ext4crypt/Keymaster4.h | |
parent | MTP FFS updates: (diff) | |
parent | Update FDE decrypt to pie from CAF (diff) | |
download | android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.gz android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.bz2 android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.lz android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.xz android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.zst android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.zip |
Diffstat (limited to '')
-rw-r--r-- | crypto/ext4crypt/Keymaster4.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/ext4crypt/Keymaster4.h b/crypto/ext4crypt/Keymaster4.h index 29c73c682..37bff4e3a 100644 --- a/crypto/ext4crypt/Keymaster4.h +++ b/crypto/ext4crypt/Keymaster4.h @@ -142,10 +142,10 @@ enum class KeymasterSignResult { upgrade = -2, }; -int keymaster_compatibility_cryptfs_scrypt(); -int keymaster_create_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent, +//int keymaster_compatibility_cryptfs_scrypt(); +/*int keymaster_create_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent, uint32_t ratelimit, uint8_t* key_buffer, - uint32_t key_buffer_size, uint32_t* key_out_size); + uint32_t key_buffer_size, uint32_t* key_out_size);*/ int keymaster_upgrade_key_for_cryptfs_scrypt(uint32_t rsa_key_size, uint64_t rsa_exponent, uint32_t ratelimit, const uint8_t* key_blob, |