Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ntlm/
H A Dntlm.c1198 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
[all …]