Searched refs:ECKEYParsePrivateKey (Results 1 – 4 of 4) sorted by relevance
62 EC_KEY* ECKEYParsePrivateKey(const uint8_t *buf, size_t len);
78 "--allowlist-function=ECKEYParsePrivateKey",
23 ECDHComputeKey, ECKEYGenerateKey, ECKEYMarshalPrivateKey, ECKEYParsePrivateKey,387 let key = unsafe { ECKEYParsePrivateKey(buf.as_ptr(), buf.len()) }; in ec_key_parse_private_key()
251 EC_KEY* ECKEYParsePrivateKey(const uint8_t* buf, size_t len) { in ECKEYParsePrivateKey() function