Searched refs:psa_hash_operation_t (Results 1 – 19 of 19) sorted by relevance
/mbedtls-3.4.0/include/psa/ |
D | crypto.h | 934 typedef struct psa_hash_operation_s psa_hash_operation_t; typedef 944 static psa_hash_operation_t psa_hash_operation_init(void); 994 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, 1020 psa_status_t psa_hash_update(psa_hash_operation_t *operation, 1066 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, 1107 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, 1136 psa_status_t psa_hash_abort(psa_hash_operation_t *operation); 1165 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, 1166 psa_hash_operation_t *target_operation);
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_crypto_hash.function | 18 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 41 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 65 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 66 psa_hash_operation_t operation2 = PSA_HASH_OPERATION_INIT;
|
D | test_suite_psa_crypto.function | 2625 psa_hash_operation_t func = psa_hash_operation_init( ); 2626 psa_hash_operation_t init = PSA_HASH_OPERATION_INIT; 2627 psa_hash_operation_t zero; 2655 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2700 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2752 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2796 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2906 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3009 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 3043 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; [all …]
|
D | test_suite_psa_crypto_op_fail.function | 50 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
|
D | test_suite_psa_crypto_driver_wrappers.function | 1909 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 1955 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2011 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 2063 psa_hash_operation_t source_operation = PSA_HASH_OPERATION_INIT; 2064 psa_hash_operation_t target_operation = PSA_HASH_OPERATION_INIT;
|
/mbedtls-3.4.0/library/ |
D | psa_crypto_driver_wrappers.h | 186 psa_hash_operation_t *operation, 190 const psa_hash_operation_t *source_operation, 191 psa_hash_operation_t *target_operation ); 194 psa_hash_operation_t *operation, 199 psa_hash_operation_t *operation, 205 psa_hash_operation_t *operation );
|
D | lmots.c | 152 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in create_digit_array_with_checksum() 241 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in hash_digit_array() 337 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in public_key_from_hashed_digit_array() 604 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key()
|
D | psa_crypto_driver_wrappers.c | 1679 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_setup() 1719 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() 1720 psa_hash_operation_t *target_operation ) in psa_driver_wrapper_hash_clone() 1754 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_update() 1787 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_finish() 1822 psa_hash_operation_t *operation ) in psa_driver_wrapper_hash_abort()
|
D | lms.c | 101 psa_hash_operation_t op; in create_merkle_leaf_value() 169 psa_hash_operation_t op; in create_merkle_internal_value()
|
D | constant_time.c | 480 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() 484 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac()
|
D | pkcs12.c | 268 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in calculate_hashes()
|
D | psa_crypto.c | 2106 psa_status_t psa_hash_abort( psa_hash_operation_t *operation ) in psa_hash_abort() 2118 psa_status_t psa_hash_setup( psa_hash_operation_t *operation, in psa_hash_setup() 2149 psa_status_t psa_hash_update( psa_hash_operation_t *operation, in psa_hash_update() 2175 psa_status_t psa_hash_finish( psa_hash_operation_t *operation, in psa_hash_finish() 2190 psa_status_t psa_hash_verify( psa_hash_operation_t *operation, in psa_hash_verify() 2263 psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, in psa_hash_clone() 2264 psa_hash_operation_t *target_operation ) in psa_hash_clone() 5122 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in psa_hash_try_support()
|
D | pem.c | 148 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in pem_pbkdf1()
|
D | ssl_misc.h | 898 psa_hash_operation_t fin_sha256_psa; 905 psa_hash_operation_t fin_sha384_psa;
|
D | ssl_tls.c | 5528 psa_hash_operation_t *hash_operation_to_clone; in mbedtls_ssl_get_handshake_transcript() 5529 psa_hash_operation_t hash_operation = psa_hash_operation_init(); in mbedtls_ssl_get_handshake_transcript() 6395 psa_hash_operation_t sha256_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha256() 6444 psa_hash_operation_t sha384_psa = psa_hash_operation_init(); in ssl_calc_verify_tls_sha384() 7470 psa_hash_operation_t sha256_psa = PSA_HASH_OPERATION_INIT; in ssl_calc_finished_tls_sha256() 7547 psa_hash_operation_t sha384_psa = PSA_HASH_OPERATION_INIT; in ssl_calc_finished_tls_sha384() 8560 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ssl_get_key_exchange_md_tls1_2()
|
D | rsa.c | 1093 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mgf_mask() 1198 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in hash_mprime()
|
/mbedtls-3.4.0/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 1411 psa_hash_operation_t *operation, 1444 const psa_hash_operation_t *source_operation, 1445 psa_hash_operation_t *target_operation ) 1469 psa_hash_operation_t *operation, 1494 psa_hash_operation_t *operation, 1521 psa_hash_operation_t *operation )
|
/mbedtls-3.4.0/docs/ |
D | getting_started.md | 386 1. Allocate an operation structure (`psa_hash_operation_t`) to pass to the hash functions. 396 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; 441 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT;
|
/mbedtls-3.4.0/docs/architecture/psa-migration/ |
D | strategy.md | 439 of `psa_hash_operation_t` and `psa_mac_operation_t`, then `mbedtls_md_setup()`
|