diff options
author | Rob Austein <sra@hactrn.net> | 2016-09-09 20:36:24 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-09-09 20:36:24 -0400 |
commit | d56ce9ab6cfd874b0bbcba204b33af4e7e762517 (patch) | |
tree | 55aee648ed5c2d305ab0a1e836c0c08b128fa9bc /hal_internal.h | |
parent | 8677e58ebc751ab47f1a14273b7ef19dfa17a293 (diff) |
Rewrite ks_volatile driver to use new ks_index infrastructure.
Diffstat (limited to 'hal_internal.h')
-rw-r--r-- | hal_internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hal_internal.h b/hal_internal.h index 59efbff..cc2d749 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -293,11 +293,6 @@ extern hal_error_t hal_uuid_format(const hal_uuid_t * const uuid, char *buffer, * * Plus we need a bit of AES-keywrap overhead, since we're storing the * wrapped form (see hal_aes_keywrap_cyphertext_length()). - * - * We also need to store PINs somewhere, so they go into the keystore - * even though they're not keys. Like keys, they're stored in a - * relatively safe form (PBKDF2), so while we would prefer to keep - * them private, they don't require tamper-protected RAM. */ #define HAL_KS_WRAPPED_KEYSIZE ((4655 + 15) & ~7) |