Home
last modified time | relevance | path

Searched refs:psa_hash_setup (Results 1 – 18 of 18) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h90 #define psa_hash_setup \ macro
91 PSA_FUNCTION_NAME(psa_hash_setup)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_hash.function23 PSA_ASSERT(psa_hash_setup(&operation, alg));
92 PSA_ASSERT(psa_hash_setup(&operation, alg));
120 PSA_ASSERT(psa_hash_setup(&operation, alg));
Dtest_suite_psa_crypto.function2984 status = psa_hash_setup(&operation, alg);
2993 TEST_EQUAL(psa_hash_setup(&operation, alg), status);
2998 PSA_ASSERT(psa_hash_setup(&operation, KNOWN_SUPPORTED_HASH_ALG));
3031 status = psa_hash_setup(&operation, alg);
3074 status = psa_hash_setup(&operation, alg);
3115 PSA_ASSERT(psa_hash_setup(&operation, alg));
3133 PSA_ASSERT(psa_hash_setup(&operation, alg));
3146 PSA_ASSERT(psa_hash_setup(&operation, alg));
3157 PSA_ASSERT(psa_hash_setup(&operation, alg));
3168 PSA_ASSERT(psa_hash_setup(&operation, alg));
[all …]
Dtest_suite_psa_crypto_op_fail.function57 psa_hash_setup(&operation, alg));
Dtest_suite_psa_crypto_driver_wrappers.function2286 TEST_EQUAL(psa_hash_setup(&operation, alg), expected_status);
2339 PSA_ASSERT(psa_hash_setup(&operation, alg));
2396 PSA_ASSERT(psa_hash_setup(&operation, alg));
2450 PSA_ASSERT(psa_hash_setup(&source_operation, alg));
/openthread-latest/third_party/mbedtls/repo/library/
Dlmots.c130 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in create_digit_array_with_checksum()
241 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in hash_digit_array()
321 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in public_key_from_hashed_digit_array()
596 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in mbedtls_lmots_generate_private_key()
Dpsa_crypto_mac.c90 status = psa_hash_setup(&hmac->hash_ctx, hash_alg); in psa_hmac_setup_internal()
128 status = psa_hash_setup(&hmac->hash_ctx, hash_alg); in psa_hmac_finish_internal()
Dlms.c105 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in create_merkle_leaf_value()
179 status = psa_hash_setup(&op, PSA_ALG_SHA_256); in create_merkle_internal_value()
Dmd.c522 psa_status_t status = psa_hash_setup(ctx->md_ctx, alg); in mbedtls_md_starts()
Dssl_msg.c126 PSA_CHK(psa_hash_setup(&operation, hash_alg)); in mbedtls_ct_hmac()
165 PSA_CHK(psa_hash_setup(&operation, hash_alg)); in mbedtls_ct_hmac()
Dssl_tls.c849 status = psa_hash_setup(&ssl->handshake->fin_sha256_psa, PSA_ALG_SHA_256); in mbedtls_ssl_reset_checksum()
874 status = psa_hash_setup(&ssl->handshake->fin_sha384_psa, PSA_ALG_SHA_384); in mbedtls_ssl_reset_checksum()
9338 if ((status = psa_hash_setup(&hash_operation, in mbedtls_ssl_get_key_exchange_md_tls1_2()
Dpsa_crypto.c2292 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup() function
6544 psa_status_t status = psa_hash_setup(&operation, alg); in psa_hash_try_support()
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_hash.c76 status = psa_hash_setup(&hash_operation, HASH_ALG); in main()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h989 psa_status_t psa_hash_setup(psa_hash_operation_t *operation,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h405 #define psa_hash_setup(arg0_operation, arg1_alg) \ macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c709 psa_status_t status = (psa_hash_setup)(arg0_operation, arg1_alg); in mbedtls_test_wrap_psa_hash_setup()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md259 * `"hash_setup"`: called by `psa_hash_setup()`.
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md517 2. Call [`psa_hash_setup`](https://mbed-tls.readthedocs.io/projects/api/en/development/api/group/gr…