Searched refs:baseKey (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c1320 * @param baseKey the sessionBaseKey
1331 heim_ntlm_keyex_unwrap(struct ntlm_buf *baseKey, argument
1339 if (baseKey->length != MD4_DIGEST_LENGTH)
1354 if (EVP_CipherInit_ex(c, EVP_rc4(), NULL, baseKey->data, NULL, 0) != 1) {

Completed in 47 milliseconds