Searched refs:p_krb5_checksum_size (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.c258 static size_t (_stdcall *p_krb5_checksum_size) (krb5_context context, variable
336 (FARPROC) p_krb5_checksum_size =
606 if (p_krb5_checksum_size)
607 return (p_krb5_checksum_size(context, ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c272 static size_t (_stdcall *p_krb5_checksum_size)(krb5_context context,krb5_cksumtype ctype)=NULL; variable
350 (FARPROC) p_krb5_checksum_size =
640 if ( p_krb5_checksum_size )
641 return(p_krb5_checksum_size(context, ctype));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c258 static size_t (_stdcall *p_krb5_checksum_size) (krb5_context context, variable
336 (FARPROC) p_krb5_checksum_size =
606 if (p_krb5_checksum_size)
607 return (p_krb5_checksum_size(context, ctype));

Completed in 48 milliseconds