Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c224 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 Dx509write_csr.c219 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.c304 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 Dmd.c698 psa_status_t status = psa_hash_compute(psa_alg_of_md(md_info), in mbedtls_md()
H A Dx509_crt.c2057 if (psa_hash_compute(psa_algorithm, in x509_crt_verifycrl()
2143 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.c2524 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 Dcrypto.h875 psa_status_t psa_hash_compute(psa_algorithm_t alg,