Home
last modified time | relevance | path

Searched refs:psa_hash_compute (Results 1 - 14 of 14) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h114 #define psa_hash_compute \ macro
115 PSA_FUNCTION_NAME(psa_hash_compute)
/third_party/mbedtls/programs/psa/
H A Dpsa_hash.c5 * one-shot API call psa_hash_compute() and the using multi-part
125 status = psa_hash_compute(HASH_ALG, in main()
130 mbedtls_printf("psa_hash_compute failed\n"); in main()
/third_party/mbedtls/library/
H A 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()
H A Dx509write_csr.c214 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
H A Dpsa_crypto_mac.c62 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
H A 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()
H A Dmd.c695 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
H A 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()
H A Dssl_tls13_keys.c308 status = psa_hash_compute(hash_alg, ctx, ctx_len, hashed_context, in mbedtls_ssl_tls13_derive_secret()
H A Dpsa_crypto.c2426 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute() function
5851 status = psa_hash_compute(PSA_ALG_SHA_256, ecjpake->data, in psa_key_derivation_tls12_ecjpake_to_pms_read()
7150 return psa_hash_compute(hash_alg, input, input_len, output, in psa_pbkdf2_hmac_set_password()
/third_party/mbedtls/include/psa/
H A Dcrypto.h860 psa_status_t psa_hash_compute(psa_algorithm_t alg,
2950 * and psa_hash_finish(), or alternatively by calling psa_hash_compute().
3004 * and psa_hash_finish(), or alternatively by calling psa_hash_compute().
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h391 #define psa_hash_compute(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_hash_length) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c666 /* Wrapper for psa_hash_compute */
679 psa_status_t status = (psa_hash_compute)(arg0_alg, arg1_input, arg2_input_length, arg3_hash, arg4_hash_size, arg5_hash_length); in mbedtls_test_wrap_psa_hash_compute()
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1723 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()

Completed in 34 milliseconds