Home
last modified time | relevance | path

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

/btstack/3rd-party/micro-ecc/
H A DuECC.h294 int uECC_bytes(void);
H A DuECC.c2190 int uECC_bytes(void) { in uECC_bytes() function
/btstack/test/crypto/
H A Decc_micro_ecc.c229 btstack_assert(uECC_bytes() == 32); in main()