Searched refs:p_krb5_decrypt_tkt_part (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.c244 static krb5_error_code(_stdcall *p_krb5_decrypt_tkt_part) variable
322 (FARPROC) p_krb5_decrypt_tkt_part =
538 if (p_krb5_decrypt_tkt_part)
539 return (p_krb5_decrypt_tkt_part(con, keys, ticket));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dkssl.c255 static krb5_error_code (_stdcall *p_krb5_decrypt_tkt_part) variable
330 (FARPROC) p_krb5_decrypt_tkt_part =
568 if ( p_krb5_decrypt_tkt_part )
569 return(p_krb5_decrypt_tkt_part(con,keys,ticket));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dkssl.c244 static krb5_error_code(_stdcall *p_krb5_decrypt_tkt_part) variable
322 (FARPROC) p_krb5_decrypt_tkt_part =
538 if (p_krb5_decrypt_tkt_part)
539 return (p_krb5_decrypt_tkt_part(con, keys, ticket));

Completed in 66 milliseconds