Searched refs:psa_hash_compute (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | x509write_crt.c | 224 status = psa_hash_compute(PSA_ALG_SHA_1, in mbedtls_x509write_crt_set_key_identifier() 605 status = psa_hash_compute(psa_algorithm, in mbedtls_x509write_crt_der()
|
| H A D | x509write_csr.c | 219 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 | 304 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()
|
| H A D | md.c | 698 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
|
| H A D | x509_crt.c | 2057 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl() 2143 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 | 2524 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute() function 6081 status = psa_hash_compute(PSA_ALG_SHA_256, ecjpake->data, in psa_key_derivation_tls12_ecjpake_to_pms_read() 7404 return psa_hash_compute(hash_alg, input, input_len, output, in psa_pbkdf2_hmac_set_password()
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto.h | 875 psa_status_t psa_hash_compute(psa_algorithm_t alg,
|