Searched refs:method_in (Results 1 – 1 of 1) sorted by relevance
85 void METHOD_ref(void *method_in) { in METHOD_ref() argument86 assert(((struct openssl_method_common_st*) method_in)->is_static); in METHOD_ref()89 void METHOD_unref(void *method_in) { in METHOD_unref() argument90 struct openssl_method_common_st *method = method_in; in METHOD_unref()