/mbedtls-latest/include/psa/ |
D | crypto.h | 932 typedef struct psa_hash_operation_s psa_hash_operation_t; typedef 942 static psa_hash_operation_t psa_hash_operation_init(void); 992 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, 1018 psa_status_t psa_hash_update(psa_hash_operation_t *operation, 1064 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, 1105 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, 1134 psa_status_t psa_hash_abort(psa_hash_operation_t *operation); 1163 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, 1164 psa_hash_operation_t *target_operation);
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 19 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 88 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 112 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 113 psa_hash_operation_t operation2 = PSA_HASH_OPERATION_INIT;
|
D | test_suite_psa_crypto_op_fail.function | 49 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
|
D | test_suite_psa_crypto.function | 2920 psa_hash_operation_t func = psa_hash_operation_init(); 2921 psa_hash_operation_t init = PSA_HASH_OPERATION_INIT; 2922 psa_hash_operation_t zero; 2950 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2996 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3043 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3081 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3191 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3295 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3329 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 2291 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2338 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2395 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2449 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT; 2450 psa_hash_operation_t target_operation = PSA_HASH_OPERATION_INIT;
|
/mbedtls-latest/tests/include/test/ |
D | psa_test_wrappers.h | 387 psa_hash_operation_t *arg0_operation); 392 const psa_hash_operation_t *arg0_source_operation, 393 psa_hash_operation_t *arg1_target_operation); 417 psa_hash_operation_t *arg0_operation, 425 psa_hash_operation_t *arg0_operation, 431 psa_hash_operation_t *arg0_operation, 438 psa_hash_operation_t *arg0_operation,
|
/mbedtls-latest/programs/psa/ |
D | psa_hash.c | 64 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in main() 65 psa_hash_operation_t cloned_hash_operation = PSA_HASH_OPERATION_INIT; in main()
|
/mbedtls-latest/library/ |
D | lmots.c | 125 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in create_digit_array_with_checksum() 220 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in hash_digit_array() 317 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in public_key_from_hashed_digit_array() 578 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key()
|
D | psa_crypto_driver_wrappers.h | 1802 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_setup() 1842 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() 1843 psa_hash_operation_t *target_operation ) in psa_driver_wrapper_hash_clone() 1877 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_update() 1910 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_finish() 1945 psa_hash_operation_t *operation ) in psa_driver_wrapper_hash_abort()
|
D | lms.c | 99 psa_hash_operation_t op; in create_merkle_leaf_value() 173 psa_hash_operation_t op; in create_merkle_internal_value()
|
D | psa_crypto.c | 2335 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) 2348 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, 2378 psa_status_t psa_hash_update(psa_hash_operation_t *operation, 2408 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, 2427 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, 2445 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, 2552 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, 2553 psa_hash_operation_t *target_operation) 6618 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
|
D | ssl_misc.h | 927 psa_hash_operation_t fin_sha256_psa; 934 psa_hash_operation_t fin_sha384_psa;
|
D | md.c | 441 ctx->md_ctx = mbedtls_calloc(1, sizeof(psa_hash_operation_t)); in mbedtls_md_setup()
|
D | ssl_tls.c | 6385 psa_hash_operation_t *hash_operation_to_clone; in mbedtls_ssl_get_handshake_transcript() 6386 psa_hash_operation_t hash_operation = psa_hash_operation_init(); in mbedtls_ssl_get_handshake_transcript() 7252 const psa_hash_operation_t *hs_op, in ssl_calc_verify_tls_psa() 7258 psa_hash_operation_t cloned_op = psa_hash_operation_init(); in ssl_calc_verify_tls_psa() 8108 psa_hash_operation_t *hs_op = ctx; in ssl_calc_finished_tls_generic() 8109 psa_hash_operation_t cloned_op = PSA_HASH_OPERATION_INIT; in ssl_calc_finished_tls_generic() 9110 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ssl_get_key_exchange_md_tls1_2()
|
D | ssl_msg.c | 93 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() 97 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac()
|
/mbedtls-latest/tests/src/ |
D | psa_test_wrappers.c | 662 psa_hash_operation_t *arg0_operation) in mbedtls_test_wrap_psa_hash_abort() 670 const psa_hash_operation_t *arg0_source_operation, in mbedtls_test_wrap_psa_hash_clone() 671 psa_hash_operation_t *arg1_target_operation) in mbedtls_test_wrap_psa_hash_clone() 720 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_finish() 737 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_setup() 746 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_update() 762 psa_hash_operation_t *arg0_operation, in mbedtls_test_wrap_psa_hash_verify()
|
D | psa_crypto_stubs.c | 57 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
|
/mbedtls-latest/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.h.jinja | 1549 psa_hash_operation_t *operation, 1582 const psa_hash_operation_t *source_operation, 1583 psa_hash_operation_t *target_operation ) 1607 psa_hash_operation_t *operation, 1632 psa_hash_operation_t *operation, 1659 psa_hash_operation_t *operation )
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | strategy.md | 409 of `psa_hash_operation_t` and `psa_mac_operation_t`, then `mbedtls_md_setup()`
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 516 1. Create an operation object of type [`psa_hash_operation_t`](https://mbed-tls.readthedocs.io/proj…
|