Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h114 #define psa_hash_compute \ macro
115 PSA_FUNCTION_NAME(psa_hash_compute)
/third_party/mbedtls/library/
Dx509write_crt.c222 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()
Dx509write_csr.c319 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
Dpsa_crypto_mac.c73 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
Dpkcs12.c327 if ((status = psa_hash_compute(alg, hash_output, hlen, hash_output, in calculate_hashes()
Dssl_tls13_generic.c241 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()
Dmd.c611 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
Dx509_crt.c1916 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()
1998 status = psa_hash_compute(hash_alg, in x509_crt_check_signature()
Decjpake.c78 status = psa_hash_compute(alg, input, ilen, output, out_size, &out_len); in mbedtls_ecjpake_compute_hash()
Dssl_tls13_keys.c313 status = psa_hash_compute(hash_alg, ctx, ctx_len, hashed_context, in mbedtls_ssl_tls13_derive_secret()
Drsa.c1311 status = psa_hash_compute(alg, input, ilen, output, out_size, &out_len); in compute_hash()
Dpsa_crypto.c2289 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/
Dcrypto.h865 psa_status_t psa_hash_compute(psa_algorithm_t alg,
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_op_fail.function59 psa_hash_compute(alg, input, sizeof(input),
Dtest_suite_x509write.function53 psa_status_t status = psa_hash_compute(psa_alg, csr.cri.p, csr.cri.len,
Dtest_suite_psa_crypto.function2611 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,
Dtest_suite_psa_crypto_driver_wrappers.function2250 TEST_EQUAL(psa_hash_compute(alg, input->x, input->len,
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1484 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md219 * `"hash_compute"` (transparent drivers only): calculation of a hash. Called by `psa_hash_compute()…