nid_from_short_name

Function nid_from_short_name 

Source
pub fn nid_from_short_name(sn: &CStr) -> Option<i32>
Expand description

Look up a NID by its short name (e.g. c"sha256", c"rsaEncryption").

Returns None if the name is not in OpenSSL’s object table.