Searched refs:ecdsa_verify_psa (Results 1 – 1 of 1) sorted by relevance
/mbedtls-latest/library/ |
D | pk_wrap.c | 538 static int ecdsa_verify_psa(unsigned char *key, size_t key_len, in ecdsa_verify_psa() function 628 return ecdsa_verify_psa(key, key_len, curve, curve_bits, in ecdsa_opaque_verify_wrap() 642 return ecdsa_verify_psa(pk->pub_raw, pk->pub_raw_len, curve, curve_bits, in ecdsa_verify_wrap() 666 return ecdsa_verify_psa(key, key_len, curve, curve_bits, in ecdsa_verify_wrap()
|