Home
last modified time | relevance | path

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

/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h633 * psa_pake_output(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
635 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
637 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
639 * psa_pake_output(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
641 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
643 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
664 * psa_pake_output(operation, #PSA_PAKE_STEP_KEY_SHARE, ...);
666 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PUBLIC, ...);
668 * psa_pake_output(operation, #PSA_PAKE_STEP_ZK_PROOF, ...);
1181 * -# Call psa_pake_output(operatio
[all...]
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h594 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c1044 /* Wrapper for psa_pake_output */
1055 psa_status_t status = (psa_pake_output)(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_length); in mbedtls_test_wrap_psa_pake_output()
/third_party/mbedtls/library/
H A Dpsa_crypto.c8754 psa_status_t psa_pake_output( in psa_pake_output() function
H A Dssl_tls.c9304 * given by psa_pake_output(). in mbedtls_psa_ecjpake_write_round()
9306 status = psa_pake_output(pake_ctx, step, in mbedtls_psa_ecjpake_write_round()

Completed in 32 milliseconds