Lines Matching defs:str
644 const char *str;
706 str = "Name";
707 len = strlen(str);
708 MEMCPY(outp, str, len);
1015 static void eap_send_response(ppp_pcb *pcb, u_char id, u_char typenum, const u_char *str, int lenstr) {
1039 MEMCPY(outp, str, lenstr);
1087 eap_srp_response(esp, id, subtypenum, str, lenstr)
1091 u_char *str;
1119 MEMCPY(outp, str, lenstr);
1129 eap_srpval_response(esp, id, flags, str)
1133 u_char *str;
1161 MEMCPY(outp, str, SHA_DIGESTSIZE);