Searched refs:SessionKey (Results 1 – 3 of 3) sorted by relevance
| /freebsd/usr.sbin/ppp/ |
| H A D | chap_ms.c | 296 GetAsymetricStartKey(char *MasterKey, char *SessionKey, int SessionKeyLength, in GetAsymetricStartKey() argument 346 memcpy(SessionKey, Digest, SessionKeyLength); in GetAsymetricStartKey() 350 GetNewKeyFromSHA(char *StartKey, char *SessionKey, long SessionKeyLength, in GetNewKeyFromSHA() argument 359 SHA1_Update(&Context, SessionKey, SessionKeyLength); in GetNewKeyFromSHA()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_mslsa.c | 346 MSSessionKeyToMITKeyblock(&msticket->SessionKey, context, in MSCredToMITCred() 1012 IsMSSessionKeyNull(&pTicketResponse->Ticket.SessionKey) || in GetMSTGT() 1013 … krb5_is_permitted_tgs_enctype(context, NULL, pTicketResponse->Ticket.SessionKey.KeyType) ) { in GetMSTGT() 1101 … krb5_is_permitted_tgs_enctype(context, NULL, pTicketResponse->Ticket.SessionKey.KeyType) ) { in GetMSTGT() 1142 if ( pTicketResponse->Ticket.SessionKey.KeyType == etype && in GetMSTGT() 1144 … krb5_is_permitted_tgs_enctype(context, NULL, pTicketResponse->Ticket.SessionKey.KeyType)) ) { in GetMSTGT() 1814 if ( IsMSSessionKeyNull(&msticket->SessionKey) ) { in krb5_lcc_next_cred()
|
| /freebsd/lib/libfetch/ |
| H A D | http.c | 1145 OUT HASHHEX SessionKey in DigestCalcHA1() argument 1168 CvtHex(HA1, SessionKey); in DigestCalcHA1()
|