Searched refs:psa_pake_input (Results 1 - 5 of 5) sorted by relevance
/third_party/mbedtls/include/psa/ |
H A D | crypto_extra.h | 649 * 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 D | psa_test_wrappers.h | 585 #define psa_pake_input(arg0_operation, arg1_step, arg2_input, arg3_input_length) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 1027 /* 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 D | psa_crypto.c | 8831 psa_status_t psa_pake_input( in psa_pake_input() function
|
H A D | ssl_tls.c | 9266 status = psa_pake_input(pake_ctx, step, in mbedtls_psa_ecjpake_read_round()
|
Completed in 41 milliseconds