Home
last modified time | relevance | path

Searched refs:max_input_length (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c8843 const size_t max_input_length = (size_t) PSA_PAKE_INPUT_SIZE(operation->alg, in psa_pake_input() local
8860 if (input_length == 0 || input_length > max_input_length) { in psa_pake_input()