Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/gpxe/
Dchap.h18 struct chap_response { struct
29 extern int chap_init ( struct chap_response *chap, argument
31 extern void chap_update ( struct chap_response *chap, const void *data,
33 extern void chap_respond ( struct chap_response *chap );
34 extern void chap_finish ( struct chap_response *chap );
46 static inline void chap_set_identifier ( struct chap_response *chap, in chap_set_identifier()
Discsi.h543 struct chap_response chap;
/external/syslinux/gpxe/src/crypto/
Dchap.c46 int chap_init ( struct chap_response *chap, in chap_init()
80 void chap_update ( struct chap_response *chap, const void *data, in chap_update()
99 void chap_respond ( struct chap_response *chap ) { in chap_respond()
117 void chap_finish ( struct chap_response *chap ) { in chap_finish()