Searched refs:psa_key_derivation_operation_t (Results 1 – 10 of 10) sorted by relevance
/mbedtls-development/include/psa/ |
A D | crypto.h | 3313 psa_key_derivation_operation_t *operation, 3366 psa_key_derivation_operation_t *operation, 3421 psa_key_derivation_operation_t *operation, 3466 psa_key_derivation_operation_t *operation, 3535 psa_key_derivation_operation_t *operation, 3605 psa_key_derivation_operation_t *operation, 3653 psa_key_derivation_operation_t *operation, 3805 psa_key_derivation_operation_t *operation, 3863 psa_key_derivation_operation_t *operation, 3928 psa_key_derivation_operation_t *operation, [all …]
|
A D | crypto_extra.h | 1681 psa_key_derivation_operation_t *output);
|
/mbedtls-development/tests/include/test/ |
A D | psa_exercise_key.h | 136 psa_key_derivation_operation_t* operation, 175 psa_key_derivation_operation_t *operation,
|
/mbedtls-development/tests/src/ |
A D | psa_exercise_key.c | 419 psa_key_derivation_operation_t* operation, in mbedtls_test_psa_setup_key_derivation_wrap() 472 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_derivation_key() 503 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_key_agreement_with_self() 614 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_agreement_key()
|
/mbedtls-development/library/ |
A D | psa_crypto.c | 4276 const psa_key_derivation_operation_t *operation ) in psa_key_derivation_get_kdf_alg() 4284 psa_status_t psa_key_derivation_abort( psa_key_derivation_operation_t *operation ) in psa_key_derivation_abort() 4358 psa_status_t psa_key_derivation_set_capacity( psa_key_derivation_operation_t *operation, in psa_key_derivation_set_capacity() 4610 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_bytes() 4699 psa_key_derivation_operation_t *operation ) in psa_generate_derived_key_internal() 4752 psa_key_derivation_operation_t *operation, in psa_key_derivation_output_key() 4800 psa_key_derivation_operation_t *operation, in psa_key_derivation_setup_kdf() 4847 psa_status_t psa_key_derivation_setup( psa_key_derivation_operation_t *operation, in psa_key_derivation_setup() 5127 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_internal() 5180 psa_key_derivation_operation_t *operation, in psa_key_derivation_input_bytes() [all …]
|
A D | ssl_tls.c | 330 static psa_status_t setup_psa_key_derivation( psa_key_derivation_operation_t* derivation, in setup_psa_key_derivation() 392 psa_key_derivation_operation_t derivation = in tls_prf_generic() 1200 psa_key_derivation_operation_t derivation = in ssl_compute_master()
|
/mbedtls-development/programs/psa/ |
A D | key_ladder_demo.c | 276 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_key_ladder() 327 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in derive_wrapping_key()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto.function | 1462 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 1513 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 1594 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 5800 psa_key_derivation_operation_t func = psa_key_derivation_operation_init( ); 5801 psa_key_derivation_operation_t init = PSA_KEY_DERIVATION_OPERATION_INIT; 5802 psa_key_derivation_operation_t zero; 5826 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 5846 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 5881 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; 5967 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 667 psa_key_derivation_operation_t derivation_operation =
|
/mbedtls-development/docs/ |
A D | getting_started.md | 591 psa_key_derivation_operation_t operation =
|
Completed in 46 milliseconds