Searched refs:baseKey (Results 1 – 1 of 1) sorted by relevance
1331 heim_ntlm_keyex_unwrap(struct ntlm_buf *baseKey, in heim_ntlm_keyex_unwrap() argument1339 if (baseKey->length != MD4_DIGEST_LENGTH) in heim_ntlm_keyex_unwrap()1354 if (EVP_CipherInit_ex(c, EVP_rc4(), NULL, baseKey->data, NULL, 0) != 1) { in heim_ntlm_keyex_unwrap()