Home
last modified time | relevance | path

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

/mbedtls-latest/tests/include/spe/
Dcrypto_spe.h102 #define psa_hash_compute \ macro
103 PSA_FUNCTION_NAME(psa_hash_compute)
/mbedtls-latest/programs/psa/
Dpsa_hash.c125 status = psa_hash_compute(HASH_ALG, in main()
/mbedtls-latest/library/
Dx509write_crt.c222 status = psa_hash_compute(PSA_ALG_SHA_1, in mbedtls_x509write_crt_set_key_identifier()
603 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
Dx509write_csr.c218 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
Dssl_tls13_generic.c304 status = psa_hash_compute(hash_alg, in ssl_tls13_parse_certificate_verify()
977 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
Dpsa_crypto_mac.c62 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
Dmd.c695 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
Dx509_crt.c2057 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()
2143 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.c2482 psa_status_t psa_hash_compute(psa_algorithm_t alg, function
5913 status = psa_hash_compute(PSA_ALG_SHA_256, ecjpake->data,
7229 return psa_hash_compute(hash_alg, input, input_len, output,
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_op_fail.function59 psa_hash_compute(alg, input, sizeof(input),
Dtest_suite_x509write.function56 psa_status_t status = psa_hash_compute(psa_alg, csr.cri.p, csr.cri.len,
Dtest_suite_psa_crypto.function2959 status = psa_hash_compute(alg, NULL, 0,
3005 status = psa_hash_compute(alg, input->x, input->len,
3087 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len,
3105 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len,
Dtest_suite_psa_crypto_driver_wrappers.function2264 TEST_EQUAL(psa_hash_compute(alg, input->x, input->len,
/mbedtls-latest/include/psa/
Dcrypto.h863 psa_status_t psa_hash_compute(psa_algorithm_t alg,
/mbedtls-latest/tests/include/test/
Dpsa_test_wrappers.h413 #define psa_hash_compute(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_h… macro
/mbedtls-latest/tests/src/
Dpsa_test_wrappers.c710 …psa_status_t status = (psa_hash_compute)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_… in mbedtls_test_wrap_psa_hash_compute()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1726 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md221 * `"hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()…
/mbedtls-latest/docs/
Dpsa-transition.md504 The equivalent of `mbedtls_md` for a one-shot hash calculation is [`psa_hash_compute`](https://mbed…