From d56ce9ab6cfd874b0bbcba204b33af4e7e762517 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 9 Sep 2016 20:36:24 -0400 Subject: Rewrite ks_volatile driver to use new ks_index infrastructure. --- hal_internal.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hal_internal.h') 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) -- cgit v1.2.3