Home
last modified time | relevance | path

Searched refs:p256_validate_pubkey (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/
Dp256-m.h104 int p256_validate_pubkey(const uint8_t pub[64]);
Dp256-m.c1475 int p256_validate_pubkey(const uint8_t pub[64]) in p256_validate_pubkey() function
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/
Dp256-m_driver_entrypoints.c81 if (p256_validate_pubkey(data + 1) != P256_SUCCESS) { in p256_transparent_import_key()