Home
last modified time | relevance | path

Searched refs:p256_ecdsa_sign (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
Dp256-m.h74 int p256_ecdsa_sign(uint8_t sig[64], const uint8_t priv[32],
Dp256-m.c1323 int p256_ecdsa_sign(uint8_t sig[64], const uint8_t priv[32], in p256_ecdsa_sign() function
DREADME.md158 | `p256_ecdsa_sign` | 664 | 604 | 604 |
177 | `p256_ecdsa_sign` | 990 | 155 | 12 |
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/
Dp256-m_driver_entrypoints.c228 int ret = p256_ecdsa_sign(signature, key_buffer, hash, hash_length); in p256_transparent_sign_hash()