Searched refs:psa_hash_compute (Results 1 – 19 of 19) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
D | crypto_spe.h | 114 #define psa_hash_compute \ macro 115 PSA_FUNCTION_NAME(psa_hash_compute)
|
/third_party/mbedtls/library/ |
D | x509write_crt.c | 222 status = psa_hash_compute(PSA_ALG_SHA_1, in mbedtls_x509write_crt_set_key_identifier() 591 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
|
D | x509write_csr.c | 319 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
|
D | psa_crypto_mac.c | 73 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
|
D | pkcs12.c | 327 if ((status = psa_hash_compute(alg, hash_output, hlen, hash_output, in calculate_hashes()
|
D | ssl_tls13_generic.c | 241 status = psa_hash_compute(hash_alg, in ssl_tls13_parse_certificate_verify() 1020 status = psa_hash_compute(psa_algorithm, in ssl_tls13_write_certificate_verify_body()
|
D | md.c | 611 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
|
D | x509_crt.c | 1916 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl() 1998 status = psa_hash_compute(hash_alg, in x509_crt_check_signature()
|
D | ecjpake.c | 78 status = psa_hash_compute(alg, input, ilen, output, out_size, &out_len); in mbedtls_ecjpake_compute_hash()
|
D | ssl_tls13_keys.c | 313 status = psa_hash_compute(hash_alg, ctx, ctx_len, hashed_context, in mbedtls_ssl_tls13_derive_secret()
|
D | rsa.c | 1311 status = psa_hash_compute(alg, input, ilen, output, out_size, &out_len); in compute_hash()
|
D | psa_crypto.c | 2289 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute() function 5393 status = psa_hash_compute(PSA_ALG_SHA_256, ecjpake->data, in psa_key_derivation_tls12_ecjpake_to_pms_read()
|
/third_party/mbedtls/include/psa/ |
D | crypto.h | 865 psa_status_t psa_hash_compute(psa_algorithm_t alg,
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_op_fail.function | 59 psa_hash_compute(alg, input, sizeof(input),
|
D | test_suite_x509write.function | 53 psa_status_t status = psa_hash_compute(psa_alg, csr.cri.p, csr.cri.len,
|
D | test_suite_psa_crypto.function | 2611 status = psa_hash_compute(alg, NULL, 0, 2657 status = psa_hash_compute(alg, input->x, input->len, 2739 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len, 2757 PSA_ASSERT(psa_hash_compute(alg, input->x, input->len,
|
D | test_suite_psa_crypto_driver_wrappers.function | 2250 TEST_EQUAL(psa_hash_compute(alg, input->x, input->len,
|
/third_party/mbedtls/tests/src/test_helpers/ |
D | ssl_helpers.c | 1484 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()
|
/third_party/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 219 * `"hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()…
|