Searched defs:p_valid_cksumtype (Results 1 - 1 of 1) sorted by last modified time

/external/openssl/ssl/
H A Dkssl.c269 static krb5_boolean (_stdcall *p_valid_cksumtype)(krb5_cksumtype ctype)=NULL; variable
344 (FARPROC) p_valid_cksumtype =
648 if ( p_valid_cksumtype )
649 return(p_valid_cksumtype(ctype));

Completed in 90 milliseconds