Searched defs:find_method (Results 1 – 3 of 3) sorted by relevance
448 static EVP_PKEY_PRINT_METHOD *find_method(int type) { in find_method() function
579 pub fn find_method(&self, name: &str) -> Option<&Method> { in find_method() method