mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-11 04:39:56 +00:00
Remove getter functions of PAKE if no PAKE algorithms are required
Signed-off-by: Yanray Wang <[email protected]>
This commit is contained in:
@@ -7629,6 +7629,7 @@ exit:
|
|||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(PSA_WANT_ALG_SOME_PAKE)
|
||||||
psa_status_t psa_crypto_driver_pake_get_password_len(
|
psa_status_t psa_crypto_driver_pake_get_password_len(
|
||||||
const psa_crypto_driver_pake_inputs_t *inputs,
|
const psa_crypto_driver_pake_inputs_t *inputs,
|
||||||
size_t *password_len)
|
size_t *password_len)
|
||||||
@@ -7735,7 +7736,6 @@ psa_status_t psa_crypto_driver_pake_get_cipher_suite(
|
|||||||
return PSA_SUCCESS;
|
return PSA_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(PSA_WANT_ALG_SOME_PAKE)
|
|
||||||
psa_status_t psa_pake_setup(
|
psa_status_t psa_pake_setup(
|
||||||
psa_pake_operation_t *operation,
|
psa_pake_operation_t *operation,
|
||||||
const psa_pake_cipher_suite_t *cipher_suite)
|
const psa_pake_cipher_suite_t *cipher_suite)
|
||||||
|
|||||||
Reference in New Issue
Block a user