mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
Remove getter functions of PAKE if no PAKE algorithms are required
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
19280ad9b3
commit
ffc3c48e4e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user