Remove getter functions of PAKE if no PAKE algorithms are required

Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
Yanray Wang
2023-07-11 17:33:22 +08:00
parent 19280ad9b3
commit ffc3c48e4e
+1 -1
View File
@@ -7629,6 +7629,7 @@ exit:
return status;
}
#if defined(PSA_WANT_ALG_SOME_PAKE)
psa_status_t psa_crypto_driver_pake_get_password_len(
const psa_crypto_driver_pake_inputs_t *inputs,
size_t *password_len)
@@ -7735,7 +7736,6 @@ psa_status_t psa_crypto_driver_pake_get_cipher_suite(
return PSA_SUCCESS;
}
#if defined(PSA_WANT_ALG_SOME_PAKE)
psa_status_t psa_pake_setup(
psa_pake_operation_t *operation,
const psa_pake_cipher_suite_t *cipher_suite)