Home
last modified time | relevance | path

Searched refs:method_in (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/engine/
Dengine.c85 void METHOD_ref(void *method_in) { in METHOD_ref() argument
86 assert(((struct openssl_method_common_st*) method_in)->is_static); in METHOD_ref()
89 void METHOD_unref(void *method_in) { in METHOD_unref() argument
90 struct openssl_method_common_st *method = method_in; in METHOD_unref()