Home
last modified time | relevance | path

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

/btstack/3rd-party/micro-ecc/
H A DuECC.c2469 static int uECC_sign_with_k(const uint8_t private_key[uECC_BYTES], in uECC_sign_with_k() function
2568 if (uECC_sign_with_k(private_key, message_hash, k, signature)) { in uECC_sign()
2672 if (uECC_sign_with_k(private_key, message_hash, T, signature)) { in uECC_sign_deterministic()