Home
last modified time | relevance | path

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

/system/security/keystore2/src/crypto/
Dcrypto.hpp64 size_t ECPOINTPoint2Oct(const EC_POINT *point, uint8_t *buf, size_t len);
DAndroid.bp80 "--allowlist-function=ECPOINTPoint2Oct",
Dlib.rs24 ECPOINTOct2Point, ECPOINTPoint2Oct, EC_KEY_free, EC_KEY_get0_public_key, EC_POINT_free,
408 let result = unsafe { ECPOINTPoint2Oct(point, buf.as_mut_ptr(), len) }; in ec_point_point_to_oct()
Dcrypto.cpp264 size_t ECPOINTPoint2Oct(const EC_POINT* point, uint8_t* buf, size_t len) { in ECPOINTPoint2Oct() function