Home
last modified time | relevance | path

Searched refs:psa_pake_input (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h649 * psa_pake_input(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
651 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
653 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
655 * psa_pake_input(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
657 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
659 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
674 * psa_pake_input(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
676 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
678 * psa_pake_input(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
1183 * -# Call psa_pake_input(operatio
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h585 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1027 /* Wrapper for psa_pake_input */
1037 psa_status_t status = (psa_pake_input)(arg0_operation, arg1_step, arg2_input, arg3_input_length); in mbedtls_test_wrap_psa_pake_input()
/third_party/mbedtls/library/
H A Dpsa_crypto.c8831 psa_status_t psa_pake_input( in psa_pake_input() function
H A Dssl_tls.c9266 status = psa_pake_input(pake_ctx, step, in mbedtls_psa_ecjpake_read_round()

Completed in 41 milliseconds