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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dkssl.c260 static krb5_boolean(_stdcall *p_valid_cksumtype) (krb5_cksumtype ctype) = variable
335 (FARPROC) p_valid_cksumtype = GetProcAddress(hKRB5_32, "valid_cksumtype");
617 if (p_valid_cksumtype)
618 return (p_valid_cksumtype(ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c273 static krb5_boolean (_stdcall *p_valid_cksumtype)(krb5_cksumtype ctype)=NULL; variable
348 (FARPROC) p_valid_cksumtype =
652 if ( p_valid_cksumtype )
653 return(p_valid_cksumtype(ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c260 static krb5_boolean(_stdcall *p_valid_cksumtype) (krb5_cksumtype ctype) = variable
335 (FARPROC) p_valid_cksumtype = GetProcAddress(hKRB5_32, "valid_cksumtype");
617 if (p_valid_cksumtype)
618 return (p_valid_cksumtype(ctype));

Completed in 62 milliseconds