Searched refs:method_in (Results 1 – 1 of 1) sorted by relevance
113 void METHOD_ref(void *method_in) { in METHOD_ref() argument114 struct openssl_method_common_st *method = method_in; in METHOD_ref()123 void METHOD_unref(void *method_in) { in METHOD_unref() argument124 struct openssl_method_common_st *method = method_in; in METHOD_unref()