Home
last modified time | relevance | path

Searched defs:EC_KEY_get0_public_key (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/ec/
Dec_key.c790 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) in EC_KEY_get0_public_key() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dec.rs197 pub fn EC_KEY_get0_public_key(key: *const EC_KEY) -> *const EC_POINT; in EC_KEY_get0_public_key() function