Lines Matching refs:step

6976                                    psa_key_derivation_step_t step,  in psa_hkdf_input()  argument
6982 switch (step) { in psa_hkdf_input()
7177 psa_key_derivation_step_t step, in psa_tls12_prf_input() argument
7181 switch (step) { in psa_tls12_prf_input()
7288 psa_key_derivation_step_t step, in psa_tls12_prf_psk_to_ms_input() argument
7292 switch (step) { in psa_tls12_prf_psk_to_ms_input()
7303 return psa_tls12_prf_input(prf, step, data, data_length); in psa_tls12_prf_psk_to_ms_input()
7313 psa_key_derivation_step_t step, in psa_tls12_ecjpake_to_pms_input() argument
7318 step != PSA_KEY_DERIVATION_INPUT_SECRET) { in psa_tls12_ecjpake_to_pms_input()
7337 psa_key_derivation_step_t step, in psa_pbkdf2_set_input_cost() argument
7340 if (step != PSA_KEY_DERIVATION_INPUT_COST) { in psa_pbkdf2_set_input_cost()
7482 psa_key_derivation_step_t step, in psa_pbkdf2_input() argument
7486 switch (step) { in psa_pbkdf2_input()
7507 psa_key_derivation_step_t step, in psa_key_derivation_check_input_type() argument
7510 switch (step) { in psa_key_derivation_check_input_type()
7555 psa_key_derivation_step_t step, in psa_key_derivation_input_internal() argument
7569 status = psa_key_derivation_check_input_type(step, key_type); in psa_key_derivation_input_internal()
7577 step, data, data_length); in psa_key_derivation_input_internal()
7583 step, data, data_length); in psa_key_derivation_input_internal()
7589 step, data, data_length); in psa_key_derivation_input_internal()
7595 &operation->ctx.tls12_ecjpake_to_pms, step, data, data_length); in psa_key_derivation_input_internal()
7601 step, data, data_length); in psa_key_derivation_input_internal()
7621 psa_key_derivation_step_t step, in psa_key_derivation_input_integer_internal() argument
7636 &operation->ctx.pbkdf2, step, value); in psa_key_derivation_input_integer_internal()
7640 (void) step; in psa_key_derivation_input_integer_internal()
7655 psa_key_derivation_step_t step, in psa_key_derivation_input_bytes() argument
7664 status = psa_key_derivation_input_internal(operation, step, in psa_key_derivation_input_bytes()
7676 psa_key_derivation_step_t step, in psa_key_derivation_input_integer() argument
7679 return psa_key_derivation_input_integer_internal(operation, step, value); in psa_key_derivation_input_integer()
7684 psa_key_derivation_step_t step, in psa_key_derivation_input_key() argument
7700 if (step == PSA_KEY_DERIVATION_INPUT_SECRET || in psa_key_derivation_input_key()
7701 step == PSA_KEY_DERIVATION_INPUT_PASSWORD) { in psa_key_derivation_input_key()
7706 step, slot->attr.type, in psa_key_derivation_input_key()
7798 psa_key_derivation_step_t step, in psa_key_agreement_internal() argument
7823 status = psa_key_derivation_input_internal(operation, step, in psa_key_agreement_internal()
7833 psa_key_derivation_step_t step, in psa_key_derivation_key_agreement() argument
7853 status = psa_key_agreement_internal(operation, step, in psa_key_derivation_key_agreement()
7865 if (step == PSA_KEY_DERIVATION_INPUT_SECRET) { in psa_key_derivation_key_agreement()
8721 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_pake_setup()
8927 return (psa_crypto_driver_pake_step_t) (key_share_step + stage->step - PSA_PAKE_STEP_KEY_SHARE); in convert_jpake_computation_stage_to_driver_step()
8977 psa_pake_step_t step, in psa_jpake_prologue() argument
8980 if (step != PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue()
8981 step != PSA_PAKE_STEP_ZK_PUBLIC && in psa_jpake_prologue()
8982 step != PSA_PAKE_STEP_ZK_PROOF) { in psa_jpake_prologue()
8995 if (step != computation_stage->step) { in psa_jpake_prologue()
8999 if (step == PSA_PAKE_STEP_KEY_SHARE && in psa_jpake_prologue()
9021 if (stage->step == PSA_PAKE_STEP_ZK_PROOF) { in psa_jpake_epilogue()
9042 stage->step = PSA_PAKE_STEP_KEY_SHARE; in psa_jpake_epilogue()
9044 stage->step++; in psa_jpake_epilogue()
9053 psa_pake_step_t step, in psa_pake_output() argument
9083 status = psa_jpake_prologue(operation, step, PSA_JPAKE_OUTPUT); in psa_pake_output()
9092 (void) step; in psa_pake_output()
9130 psa_pake_step_t step, in psa_pake_input() argument
9138 step); in psa_pake_input()
9161 status = psa_jpake_prologue(operation, step, PSA_JPAKE_INPUT); in psa_pake_input()
9170 (void) step; in psa_pake_input()