Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/
H A Dnetlogon.h91 uint16_t SealAlgorithm; member
105 uint16_t SealAlgorithm; member
130 uint16_t SealAlgorithm; member
141 uint16_t SealAlgorithm; member
H A Dcrypto.c113 *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 …]
H A Dacquire_cred.c67 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()
H A Dadd_cred.c81 dst->SealAlgorithm = src->SealAlgorithm; in _netlogon_add_cred()
H A Dinit_sec_context.c250 ctx->SealAlgorithm = cred->SealAlgorithm; in _netlogon_init_sec_context()