Home
last modified time | relevance | path

Searched refs:psa_hash_operation_t (Results 1 – 20 of 20) sorted by relevance

/mbedtls-latest/include/psa/
Dcrypto.h932 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/
Dtest_suite_psa_crypto_hash.function19 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;
Dtest_suite_psa_crypto_op_fail.function49 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
Dtest_suite_psa_crypto.function2920 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 …]
Dtest_suite_psa_crypto_driver_wrappers.function2291 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/
Dpsa_test_wrappers.h387 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/
Dpsa_hash.c64 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/
Dlmots.c125 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()
Dpsa_crypto_driver_wrappers.h1802 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()
Dlms.c99 psa_hash_operation_t op; in create_merkle_leaf_value()
173 psa_hash_operation_t op; in create_merkle_internal_value()
Dpsa_crypto.c2335 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;
Dssl_misc.h927 psa_hash_operation_t fin_sha256_psa;
934 psa_hash_operation_t fin_sha384_psa;
Dmd.c441 ctx->md_ctx = mbedtls_calloc(1, sizeof(psa_hash_operation_t)); in mbedtls_md_setup()
Dssl_tls.c6385 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()
Dssl_msg.c93 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/
Dpsa_test_wrappers.c662 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()
Dpsa_crypto_stubs.c57 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.h.jinja1549 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/
Dstrategy.md409 of `psa_hash_operation_t` and `psa_mac_operation_t`, then `mbedtls_md_setup()`
/mbedtls-latest/docs/
Dpsa-transition.md516 1. Create an operation object of type [`psa_hash_operation_t`](https://mbed-tls.readthedocs.io/proj…