Rephrase description of the KDF situation

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/docs/architecture/testing/driver-interface-test-strategy.md b/docs/architecture/testing/driver-interface-test-strategy.md
index ecd13a5..3c0e068 100644
--- a/docs/architecture/testing/driver-interface-test-strategy.md
+++ b/docs/architecture/testing/driver-interface-test-strategy.md
@@ -342,10 +342,9 @@
 
 Not covered at all by the test drivers.
 
-That's a gap in our testing, as the driver interface does define a key
-derivation family of entry points. This gap is probably related to the fact
-that our internal code structure doesn't obey the guidelines and is not
-aligned with the driver interface, see #5488 and related issues.
+That's a test gap which reflects a feature gap: the driver interface does
+define a key derivation family of entry points, but we don't currently
+implement that part of the driver interface, see #5488 and related issues.
 
 #### Asymmetric signature
 
@@ -483,7 +482,7 @@
 
 Key derivation (key types: `DERIVE`, `RAW_DATA`, `PASSWORD`, `PEPPER`,
 `PASSWORD_HASH`):
-- No testing as we don't have test driver support yet (see previous section).
+- No testing as we don't have driver support yet (see previous section).
 
 RSA (key types: `RSA_KEY_PAIR_xxx`, `RSA_PUBLIC_KEY`):
 - `test_psa_crypto_config_accel_rsa_crypto`: all 4 algs (encryption &