Searched refs:ECPOINTOct2Point (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/crypto/ |
D | crypto.hpp | 64 EC_POINT* ECPOINTOct2Point(const uint8_t *buf, size_t len);
|
D | Android.bp | 75 "--allowlist-function", "ECPOINTOct2Point",
|
D | lib.rs | 24 ECKEYParsePrivateKey, ECPOINTOct2Point, ECPOINTPoint2Oct, EC_KEY_free, EC_KEY_get0_public_key, 403 let result = unsafe { ECPOINTOct2Point(buf.as_ptr(), buf.len()) }; in ec_point_oct_to_point()
|
D | crypto.cpp | 272 EC_POINT* ECPOINTOct2Point(const uint8_t* buf, size_t len) { in ECPOINTOct2Point() function
|