Lines Matching refs:step
6801 psa_key_derivation_step_t step, argument
6807 switch (step) {
7002 psa_key_derivation_step_t step, argument
7006 switch (step) {
7113 psa_key_derivation_step_t step, argument
7117 switch (step) {
7128 return psa_tls12_prf_input(prf, step, data, data_length);
7138 psa_key_derivation_step_t step, argument
7143 step != PSA_KEY_DERIVATION_INPUT_SECRET) {
7162 psa_key_derivation_step_t step, argument
7165 if (step != PSA_KEY_DERIVATION_INPUT_COST) {
7307 psa_key_derivation_step_t step, argument
7311 switch (step) {
7332 psa_key_derivation_step_t step, argument
7335 switch (step) {
7380 psa_key_derivation_step_t step, argument
7388 status = psa_key_derivation_check_input_type(step, key_type);
7396 step, data, data_length);
7402 step, data, data_length);
7408 step, data, data_length);
7414 &operation->ctx.tls12_ecjpake_to_pms, step, data, data_length);
7420 step, data, data_length);
7440 psa_key_derivation_step_t step, argument
7449 &operation->ctx.pbkdf2, step, value);
7453 (void) step;
7467 psa_key_derivation_step_t step, argument
7476 status = psa_key_derivation_input_internal(operation, step,
7488 psa_key_derivation_step_t step, argument
7491 return psa_key_derivation_input_integer_internal(operation, step, value);
7496 psa_key_derivation_step_t step, argument
7512 if (step == PSA_KEY_DERIVATION_INPUT_SECRET ||
7513 step == PSA_KEY_DERIVATION_INPUT_PASSWORD) {
7518 step, slot->attr.type,
7610 psa_key_derivation_step_t step, argument
7635 status = psa_key_derivation_input_internal(operation, step,
7645 psa_key_derivation_step_t step, argument
7665 status = psa_key_agreement_internal(operation, step,
7677 if (step == PSA_KEY_DERIVATION_INPUT_SECRET) {
8521 computation_stage->step = PSA_PAKE_STEP_KEY_SHARE;
8727 return (psa_crypto_driver_pake_step_t) (key_share_step + stage->step - PSA_PAKE_STEP_KEY_SHARE);
8777 psa_pake_step_t step, argument
8780 if (step != PSA_PAKE_STEP_KEY_SHARE &&
8781 step != PSA_PAKE_STEP_ZK_PUBLIC &&
8782 step != PSA_PAKE_STEP_ZK_PROOF) {
8795 if (step != computation_stage->step) {
8799 if (step == PSA_PAKE_STEP_KEY_SHARE &&
8821 if (stage->step == PSA_PAKE_STEP_ZK_PROOF) {
8842 stage->step = PSA_PAKE_STEP_KEY_SHARE;
8844 stage->step++;
8853 psa_pake_step_t step, argument
8883 status = psa_jpake_prologue(operation, step, PSA_JPAKE_OUTPUT);
8892 (void) step;
8930 psa_pake_step_t step, argument
8938 step);
8961 status = psa_jpake_prologue(operation, step, PSA_JPAKE_INPUT);
8970 (void) step;