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