Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h102 #define psa_hash_compute \ macro
103 PSA_FUNCTION_NAME(psa_hash_compute)
/openthread-latest/third_party/mbedtls/repo/programs/psa/
Dpsa_hash.c125 status = psa_hash_compute(HASH_ALG, in main()
/openthread-latest/third_party/mbedtls/repo/library/
Dx509write_crt.c218 status = psa_hash_compute(PSA_ALG_SHA_1, in mbedtls_x509write_crt_set_key_identifier()
599 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
Dx509write_csr.c214 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
Dpsa_crypto_mac.c62 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
Dssl_tls13_generic.c294 status = psa_hash_compute(hash_alg, in ssl_tls13_parse_certificate_verify()
1078 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
Dmd.c695 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
Dx509_crt.c2055 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()
2141 status = psa_hash_compute(hash_alg, in x509_crt_check_signature()
Dssl_tls13_keys.c308 status = psa_hash_compute(hash_alg, ctx, ctx_len, hashed_context, in mbedtls_ssl_tls13_derive_secret()
Dpsa_crypto.c2426 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute() function
5855 status = psa_hash_compute(PSA_ALG_SHA_256, ecjpake->data, in psa_key_derivation_tls12_ecjpake_to_pms_read()
7154 return psa_hash_compute(hash_alg, input, input_len, output, in psa_pbkdf2_hmac_set_password()
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto.h860 psa_status_t psa_hash_compute(psa_algorithm_t alg,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_op_fail.function59 psa_hash_compute(alg, input, sizeof(input),
Dtest_suite_x509write.function52 psa_status_t status = psa_hash_compute(psa_alg, csr.cri.p, csr.cri.len,
Dtest_suite_psa_crypto.function2979 status = psa_hash_compute(alg, NULL, 0,
3025 status = psa_hash_compute(alg, input->x, input->len,
3107 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len,
3125 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len,
Dtest_suite_psa_crypto_driver_wrappers.function2248 TEST_EQUAL(psa_hash_compute(alg, input->x, input->len,
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dpsa_test_wrappers.h391 #define psa_hash_compute(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_h… macro
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dpsa_test_wrappers.c679 …psa_status_t status = (psa_hash_compute)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_… in mbedtls_test_wrap_psa_hash_compute()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1723 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md221 * `"hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md504 The equivalent of `mbedtls_md` for a one-shot hash calculation is [`psa_hash_compute`](https://mbed…