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

/freebsd-current/crypto/openssl/test/
H A Dexdatatest.c131 } MYOBJ; typedef in typeref:struct:myobj_st
133 static MYOBJ *MYOBJ_new(void)
136 MYOBJ *obj = OPENSSL_malloc(sizeof(*obj));
145 static void MYOBJ_sethello(MYOBJ *obj, char *cp)
152 static char *MYOBJ_gethello(MYOBJ *obj)
157 static void MYOBJ_sethello2(MYOBJ *obj, char *cp)
167 static char *MYOBJ_gethello2(MYOBJ *obj)
178 static void MYOBJ_allochello3(MYOBJ *obj, char *cp)
191 static char *MYOBJ_gethello3(MYOBJ *obj)
202 static void MYOBJ_free(MYOBJ *ob
[all...]

Completed in 145 milliseconds