Searched refs:psa_hash_compute (Results 1 - 14 of 14) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 114 #define psa_hash_compute \ macro 115 PSA_FUNCTION_NAME(psa_hash_compute)
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_hash.c | 5 * 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 D | x509write_crt.c | 218 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 D | x509write_csr.c | 214 if (psa_hash_compute(hash_alg, in x509write_csr_der_internal()
|
H A D | psa_crypto_mac.c | 62 status = psa_hash_compute(hash_alg, key, key_length, in psa_hmac_setup_internal()
|
H A D | ssl_tls13_generic.c | 294 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 D | md.c | 695 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
|
H A D | x509_crt.c | 2055 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl() 2141 status = psa_hash_compute(hash_alg, in x509_crt_check_signature()
|
H A D | ssl_tls13_keys.c | 308 status = psa_hash_compute(hash_alg, ctx, ctx_len, hashed_context, in mbedtls_ssl_tls13_derive_secret()
|
H A D | psa_crypto.c | 2426 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 D | crypto.h | 860 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 D | psa_test_wrappers.h | 391 #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 D | psa_test_wrappers.c | 666 /* 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 D | ssl_helpers.c | 1723 psa_status_t status = psa_hash_compute( in mbedtls_test_ssl_tls12_populate_session()
|
Completed in 34 milliseconds