Searched refs:extra_free (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decl.c75 group->extra_free = NULL;
447 if (group->extra_free != NULL)
448 group->extra_free(group);
H A Decp_mont.c83 meth->extra_free = &ec_GFp_extra_free_mont;
H A Decl_gf.c62 meth->extra_free = NULL;
120 meth->extra_free = NULL;
176 meth->extra_free = NULL;
195 if (meth->extra_free != NULL)
196 meth->extra_free(meth);
H A Decl-priv.h150 * allocated to these extra fields will be cleared by extra_free. */
153 void (*extra_free) (GFMethod *meth); member in struct:GFMethodStr
204 * allocated to these extra fields will be cleared by extra_free. */
207 void (*extra_free) (ECGroup *group); member in struct:ECGroupStr

Completed in 36 milliseconds