Searched refs:ECPOINTOct2Point (Results 1 – 4 of 4) sorted by relevance
66 EC_POINT* ECPOINTOct2Point(const uint8_t *buf, size_t len);
79 "--allowlist-function=ECPOINTOct2Point",
24 ECPOINTOct2Point, ECPOINTPoint2Oct, EC_KEY_free, EC_KEY_get0_public_key, EC_POINT_free,423 let result = unsafe { ECPOINTOct2Point(buf.as_ptr(), buf.len()) }; in ec_point_oct_to_point()
272 EC_POINT* ECPOINTOct2Point(const uint8_t* buf, size_t len) { in ECPOINTOct2Point() function