Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpk_wrap.c546 psa_algorithm_t psa_sig_md = PSA_ALG_ECDSA_ANY; in ecdsa_verify_psa() local
559 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_verify_psa()
584 status = psa_verify_hash(key_id, psa_sig_md, hash, hash_len, in ecdsa_verify_psa()
770 psa_algorithm_t psa_sig_md = MBEDTLS_PK_PSA_ALG_ECDSA_MAYBE_DET(psa_hash); in ecdsa_sign_wrap() local
788 psa_set_key_algorithm(&attributes, psa_sig_md); in ecdsa_sign_wrap()

Completed in 3 milliseconds