Home
last modified time | relevance | path

Searched refs:ciphertext_len (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dcrypt.c65 CK_ULONG ciphertext_len; in smb_encrypt_DES() local
117 ciphertext_len = 8; in smb_encrypt_DES()
123 &ciphertext_len); in smb_encrypt_DES()
175 CK_ULONG ciphertext_len; in smb_encrypt_RC4() local
201 ciphertext_len = ResultLen; in smb_encrypt_RC4()
204 (CK_BYTE_PTR)Result, &ciphertext_len); in smb_encrypt_RC4()
/titanic_44/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_crypt.c141 CK_ULONG ciphertext_len; in smb_auth_DES() local
193 ciphertext_len = 8; in smb_auth_DES()
199 &ciphertext_len); in smb_auth_DES()
253 CK_ULONG ciphertext_len; in smb_auth_RC4() local
279 ciphertext_len = ResultLen; in smb_auth_RC4()
282 (CK_BYTE_PTR)Result, &ciphertext_len); in smb_auth_RC4()