Searched refs:psa_pake_output (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto_extra.h | 633 * 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 D | psa_test_wrappers.h | 594 #define psa_pake_output(arg0_operation, arg1_step, arg2_output, arg3_output_size, arg4_output_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 1044 /* 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 D | psa_crypto.c | 8754 psa_status_t psa_pake_output( in psa_pake_output() function
|
H A D | ssl_tls.c | 9304 * 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 26 milliseconds