Home
last modified time | relevance | path

Searched refs:step (Results 1 – 19 of 19) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_md.data240 generic multi step HMAC-MD5 Test Vector RFC2202 #1
244 generic multi step HMAC-MD5 Test Vector RFC2202 #2
248 generic multi step HMAC-MD5 Test Vector RFC2202 #3
252 generic multi step HMAC-MD5 Test Vector RFC2202 #4
256 generic multi step HMAC-MD5 Test Vector RFC2202 #5
260 generic multi step HMAC-MD5 Test Vector RFC2202 #6
264 generic multi step HMAC-MD5 Test Vector RFC2202 #7
780 generic multi step SHA-1 Test Vector NIST CAVS #1
784 generic multi step SHA-1 Test Vector NIST CAVS #2
788 generic multi step SHA-1 Test Vector NIST CAVS #3
[all …]
A Dtest_suite_mps.data1 MPS Reader: Single step, single round, pausing disabled
4 MPS Reader: Single step, single round, pausing enabled but unused
7 MPS Reader: Single step, multiple rounds, pausing disabled
10 MPS Reader: Single step, multiple rounds, pausing enabled but unused
A Dtest_suite_psa_crypto_init.function36 size_t step;
45 if( state->step >= state->max_steps )
48 *olen = MIN( len, state->length_sequence[state->step] );
51 ++state->step;
235 fake_entropy_state.step = 0;
A Dhost_test.function773 if( mbedtls_test_info.step != (unsigned long)( -1 ) )
775 mbedtls_fprintf( stdout, "step %lu, ",
776 mbedtls_test_info.step );
A Dtest_suite_asn1parse.function597 unsigned int step = 0;
618 mbedtls_test_set_step( step );
629 ++step;
A Dtest_suite_dhm.function34 ++mbedtls_test_info.step;
A Dtest_suite_psa_crypto.data4321 PSA key derivation: HKDF-SHA-256, duplicate salt step
4325 PSA key derivation: HKDF-SHA-256, duplicate secret step (direct, direct)
4329 PSA key derivation: HKDF-SHA-256, duplicate secret step (direct, key)
4333 PSA key derivation: HKDF-SHA-256, duplicate secret step (key, direct)
4337 PSA key derivation: HKDF-SHA-256, duplicate secret step (key, key)
4341 PSA key derivation: HKDF-SHA-256, duplicate info step (non-consecutive)
4345 PSA key derivation: HKDF-SHA-256, duplicate info step (consecutive)
4349 PSA key derivation: HKDF-SHA-256, reject label step
4353 PSA key derivation: HKDF-SHA-256, reject seed step
A Dtest_suite_mps.function175 * single-step sequence of feed-fetch-commit-reclaim.
A Dtest_suite_psa_crypto.function5901 /* Skip this step */
6454 /* The tests currently include inputs that should fail at either step.
6455 * Test cases that fail at the setup step should be changed to call
A Dtest_suite_ssl.function1018 * there is no need to call the next step */
/mbedtls-development/tests/src/
A Dhelpers.c86 void mbedtls_test_set_step( unsigned long step ) in mbedtls_test_set_step() argument
88 mbedtls_test_info.step = step; in mbedtls_test_set_step()
94 mbedtls_test_info.step = (unsigned long)( -1 ); in mbedtls_test_info_reset()
/mbedtls-development/tests/include/test/
A Dhelpers.h75 unsigned long step; member
129 void mbedtls_test_set_step( unsigned long step );
/mbedtls-development/include/psa/
A Dcrypto.h3422 psa_key_derivation_step_t step,
3467 psa_key_derivation_step_t step,
3536 psa_key_derivation_step_t step,
3606 psa_key_derivation_step_t step,
A Dcrypto_extra.h1574 psa_pake_step_t step,
1620 psa_pake_step_t step,
/mbedtls-development/ChangeLog.d/
A Dpsa_crypto_api_macros.txt7 for algorithm values that fully encode the hashing step, as per the PSA
/mbedtls-development/library/
A Dpsa_crypto.c4890 switch( step ) in psa_hkdf_input()
5026 switch( step ) in psa_tls12_prf_input()
5078 psa_key_derivation_step_t step, in psa_tls12_prf_psk_to_ms_input() argument
5082 if( step == PSA_KEY_DERIVATION_INPUT_SECRET ) in psa_tls12_prf_psk_to_ms_input()
5102 psa_key_derivation_step_t step, in psa_key_derivation_check_input_type() argument
5105 switch( step ) in psa_key_derivation_check_input_type()
5128 psa_key_derivation_step_t step, in psa_key_derivation_input_internal() argument
5181 psa_key_derivation_step_t step, in psa_key_derivation_input_bytes() argument
5192 psa_key_derivation_step_t step, in psa_key_derivation_input_key() argument
5209 if( step == PSA_KEY_DERIVATION_INPUT_SECRET ) in psa_key_derivation_input_key()
[all …]
/mbedtls-development/docs/architecture/
A Dpsa-crypto-implementation-structure.md66 In case of any error occurring at step 3 or 4, psa_fail_key_creation() is called. It wipes and clea…
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md234 The entry points that implement each step of a multi-part operation are grouped into a family. A dr…
252 …ain any embedded pointers (except pointers to global data that do not change after the setup step).
715 If a failure occurs after the `"allocate_key"` step but before the call to the second driver entry …
/mbedtls-development/
A DChangeLog1118 or from a buffer regardless of the step type.

Completed in 91 milliseconds