Lines Matching refs:encryptedSession
1198 struct ntlm_buf *encryptedSession) in heim_ntlm_keyex_wrap() argument
1209 encryptedSession->length = MD4_DIGEST_LENGTH; in heim_ntlm_keyex_wrap()
1210 encryptedSession->data = malloc(encryptedSession->length); in heim_ntlm_keyex_wrap()
1211 if (encryptedSession->data == NULL) { in heim_ntlm_keyex_wrap()
1213 encryptedSession->length = 0; in heim_ntlm_keyex_wrap()
1219 heim_ntlm_free_buf(encryptedSession); in heim_ntlm_keyex_wrap()
1227 heim_ntlm_free_buf(encryptedSession); in heim_ntlm_keyex_wrap()
1234 heim_ntlm_free_buf(encryptedSession); in heim_ntlm_keyex_wrap()
1239 EVP_Cipher(c, encryptedSession->data, session->data, encryptedSession->length); in heim_ntlm_keyex_wrap()
1332 struct ntlm_buf *encryptedSession, in heim_ntlm_keyex_unwrap() argument
1360 EVP_Cipher(c, session->data, encryptedSession->data, session->length); in heim_ntlm_keyex_unwrap()