Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.hpp64 EC_POINT* ECPOINTOct2Point(const uint8_t *buf, size_t len);
DAndroid.bp75 "--allowlist-function", "ECPOINTOct2Point",
Dlib.rs24 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()
Dcrypto.cpp272 EC_POINT* ECPOINTOct2Point(const uint8_t* buf, size_t len) { in ECPOINTOct2Point() function