Searched refs:psa_hash_operation_t (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 944 typedef struct psa_hash_operation_s psa_hash_operation_t; typedef 954 static psa_hash_operation_t psa_hash_operation_init(void); 1004 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, 1030 psa_status_t psa_hash_update(psa_hash_operation_t *operation, 1076 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, 1117 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, 1146 psa_status_t psa_hash_abort(psa_hash_operation_t *operation); 1175 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, 1176 psa_hash_operation_t *target_operation);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A 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() 581 psa_hash_operation_t op = PSA_HASH_OPERATION_INIT; in mbedtls_lmots_generate_private_key()
|
| H A D | psa_crypto_driver_wrappers.h | 1584 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_setup() 1617 const psa_hash_operation_t *source_operation, in psa_driver_wrapper_hash_clone() 1618 psa_hash_operation_t *target_operation ) in psa_driver_wrapper_hash_clone() 1642 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_update() 1667 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_finish() 1694 psa_hash_operation_t *operation ) in psa_driver_wrapper_hash_abort()
|
| H A D | lms.c | 99 psa_hash_operation_t op; in create_merkle_leaf_value() 176 psa_hash_operation_t op; in create_merkle_internal_value()
|
| H A D | ssl_misc.h | 931 psa_hash_operation_t fin_sha256_psa; 938 psa_hash_operation_t fin_sha384_psa;
|
| H A D | psa_crypto.c | 2374 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort() 2387 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup() 2420 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update() 2450 static psa_status_t psa_hash_finish_internal(psa_hash_operation_t *operation, in psa_hash_finish_internal() 2469 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish() 2487 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify() 2594 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() 2595 psa_hash_operation_t *target_operation) in psa_hash_clone() 6793 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in psa_hash_try_support()
|
| H A D | md.c | 444 ctx->md_ctx = mbedtls_calloc(1, sizeof(psa_hash_operation_t)); in mbedtls_md_setup()
|
| H A D | ssl_tls.c | 6444 psa_hash_operation_t *hash_operation_to_clone; in mbedtls_ssl_get_handshake_transcript() 6445 psa_hash_operation_t hash_operation = psa_hash_operation_init(); in mbedtls_ssl_get_handshake_transcript() 7311 const psa_hash_operation_t *hs_op, in ssl_calc_verify_tls_psa() 7317 psa_hash_operation_t cloned_op = psa_hash_operation_init(); in ssl_calc_verify_tls_psa() 8167 psa_hash_operation_t *hs_op = ctx; in ssl_calc_finished_tls_generic() 8168 psa_hash_operation_t cloned_op = PSA_HASH_OPERATION_INIT; in ssl_calc_finished_tls_generic() 9171 psa_hash_operation_t hash_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ssl_get_key_exchange_md_tls1_2()
|
| H A D | ssl_msg.c | 94 psa_hash_operation_t operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac() 98 psa_hash_operation_t aux_operation = PSA_HASH_OPERATION_INIT; in mbedtls_ct_hmac()
|