Searched refs:p256_ecdsa_verify (Results 1 – 4 of 4) sorted by relevance
89 int p256_ecdsa_verify(const uint8_t sig[64], const uint8_t pub[64],
1397 int p256_ecdsa_verify(const uint8_t sig[64], const uint8_t pub[64], in p256_ecdsa_verify() function
159 | `p256_ecdsa_verify` | 752 | 700 | 700 |178 | `p256_ecdsa_verify` | 1976 | 309 | 24 |
256 int ret = p256_ecdsa_verify(signature, public_key_p256m, hash, hash_length); in p256_verify_hash_with_public_key()