Searched refs:SealAlgorithm (Results 1 – 5 of 5) sorted by relevance
91 uint16_t SealAlgorithm; member105 uint16_t SealAlgorithm; member130 uint16_t SealAlgorithm; member141 uint16_t SealAlgorithm; member
113 *p++ = (sig->SealAlgorithm >> 0) & 0xFF; in _netlogon_encode_NL_AUTH_SIGNATURE()114 *p++ = (sig->SealAlgorithm >> 8) & 0xFF; in _netlogon_encode_NL_AUTH_SIGNATURE()132 if (sig->SealAlgorithm != NL_SEAL_ALG_NONE) { in _netlogon_encode_NL_AUTH_SIGNATURE()152 sig->SealAlgorithm = (p[2] << 0) | (p[3] << 8); in _netlogon_decode_NL_AUTH_SIGNATURE()173 if (sig->SealAlgorithm == NL_SEAL_ALG_NONE) in _netlogon_decode_NL_AUTH_SIGNATURE()185 if (sig->SealAlgorithm != NL_SEAL_ALG_NONE) in _netlogon_decode_NL_AUTH_SIGNATURE()293 if (sig->SealAlgorithm == NL_SEAL_ALG_AES128) in _netlogon_seal()304 if (sig->SealAlgorithm == NL_SEAL_ALG_RC4) { in _netlogon_seal()366 if (sig->SealAlgorithm != NL_SEAL_ALG_NONE) { in _netlogon_digest_md5()413 if (sig->SealAlgorithm != NL_SEAL_ALG_NONE) { in _netlogon_digest_sha256()[all …]
67 cred->SealAlgorithm = NL_SEAL_ALG_RC4; in _netlogon_acquire_cred()160 cred->SealAlgorithm = NL_SEAL_ALG_AES128; in _netlogon_set_sign_algorithm()162 cred->SealAlgorithm = NL_SEAL_ALG_RC4; in _netlogon_set_sign_algorithm()
81 dst->SealAlgorithm = src->SealAlgorithm; in _netlogon_add_cred()
250 ctx->SealAlgorithm = cred->SealAlgorithm; in _netlogon_init_sec_context()