Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_pake.function921 PSA_PAKE_INPUT_MAX_SIZE);
923 PSA_PAKE_INPUT_MAX_SIZE);
925 PSA_PAKE_INPUT_MAX_SIZE);
Dtest_suite_psa_crypto.function10222 PSA_PAKE_INPUT_MAX_SIZE);
10224 PSA_PAKE_INPUT_MAX_SIZE);
10226 PSA_PAKE_INPUT_MAX_SIZE);
/third_party/mbedtls/include/psa/
Dcrypto_extra.h1953 #define PSA_PAKE_INPUT_MAX_SIZE 65 macro
/third_party/mbedtls/library/
Dpsa_crypto.c7886 if (input_length == 0 || input_length > PSA_PAKE_INPUT_MAX_SIZE) { in psa_pake_input()
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md477 The core checks that input_length is smaller than PSA_PAKE_INPUT_MAX_SIZE.