Home
last modified time | relevance | path

Searched refs:psa_hash_finish (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h94 #define psa_hash_finish \ macro
95 PSA_FUNCTION_NAME(psa_hash_finish)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.function26 PSA_ASSERT(psa_hash_finish(&operation,
130 PSA_ASSERT(psa_hash_finish(&operation,
136 PSA_ASSERT(psa_hash_finish(&operation2,
Dtest_suite_psa_crypto.function3035 status = psa_hash_finish(&operation, output, output_size,
3117 PSA_ASSERT(psa_hash_finish(&operation, output,
3135 PSA_ASSERT(psa_hash_finish(&operation, output,
3241 PSA_ASSERT(psa_hash_finish(&operation,
3255 PSA_ASSERT(psa_hash_finish(&operation,
3275 TEST_EQUAL(psa_hash_finish(&operation,
3282 PSA_ASSERT(psa_hash_finish(&operation,
3284 TEST_EQUAL(psa_hash_finish(&operation,
3293 TEST_EQUAL(psa_hash_finish(&operation,
3354 /* psa_hash_finish with a smaller hash buffer than expected */
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function2296 PSA_ASSERT(psa_hash_finish(&operation,
2353 PSA_ASSERT(psa_hash_finish(&operation,
2391 TEST_EQUAL(psa_hash_finish(&operation, output, PSA_HASH_LENGTH(alg),
2405 TEST_EQUAL(psa_hash_finish(&operation,
2468 PSA_ASSERT(psa_hash_finish(&target_operation,
/openthread-latest/third_party/mbedtls/repo/library/
Dlmots.c163 status = psa_hash_finish(&op, out, in create_digit_array_with_checksum()
278 status = psa_hash_finish(&op, tmp_hash, sizeof(tmp_hash), in hash_digit_array()
351 status = psa_hash_finish(&op, pub_key, in public_key_from_hashed_digit_array()
631 status = psa_hash_finish(&op, in mbedtls_lmots_generate_private_key()
Dpsa_crypto_mac.c122 status = psa_hash_finish(&hmac->hash_ctx, tmp, sizeof(tmp), &hash_size); in psa_hmac_finish_internal()
143 status = psa_hash_finish(&hmac->hash_ctx, tmp, sizeof(tmp), &hash_size); in psa_hmac_finish_internal()
Dlms.c133 status = psa_hash_finish(&op, out, MBEDTLS_LMS_M_NODE_BYTES(params->type), in create_merkle_leaf_value()
213 status = psa_hash_finish(&op, out, MBEDTLS_LMS_M_NODE_BYTES(params->type), in create_merkle_internal_value()
Dmd.c638 psa_status_t status = psa_hash_finish(ctx->md_ctx, in mbedtls_md_finish()
Dssl_tls.c6447 status = psa_hash_finish(&hash_operation, dst, dst_len, olen); in mbedtls_ssl_get_handshake_transcript()
7304 status = psa_hash_finish(&cloned_op, hash, buffer_size, hlen); in ssl_calc_verify_tls_psa()
8358 status = psa_hash_finish(&cloned_op, padbuf, hlen, &hash_size); in ssl_calc_finished_tls_generic()
9356 if ((status = psa_hash_finish(&hash_operation, hash, PSA_HASH_MAX_SIZE, in mbedtls_ssl_get_key_exchange_md_tls1_2()
Dssl_msg.c142 PSA_CHK(psa_hash_finish(&aux_operation, aux_out, in mbedtls_ct_hmac()
168 PSA_CHK(psa_hash_finish(&operation, output, hash_size, &hash_length)); in mbedtls_ct_hmac()
Dpsa_crypto.c2371 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish() function
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_hash.c97 status = psa_hash_finish(&hash_operation, hash, sizeof(hash), &hash_length); in main()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h1061 psa_status_t psa_hash_finish(psa_hash_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h399 #define psa_hash_finish(arg0_operation, arg1_hash, arg2_hash_size, arg3_hash_length) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c697 …psa_status_t status = (psa_hash_finish)(arg0_operation, arg1_hash, arg2_hash_size, arg3_hash_lengt… in mbedtls_test_wrap_psa_hash_finish()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md261 * `"hash_finish"`: called by `psa_hash_finish()` and `psa_hash_verify()`.
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md519 4. To obtain the hash, call [`psa_hash_finish`](https://mbed-tls.readthedocs.io/projects/api/en/dev…