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

/freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dntlm.h129 } crypto_send, crypto_recv; member in struct:__anon7689::__anon7690::__anon7691
H A Dcrypto.c385 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature),
396 if (ctx->u.v1.crypto_recv.seq != num)
398 ctx->u.v1.crypto_recv.seq++;
573 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length,
H A Daccept_sec_context.c249 RC4_set_key(&ctx->u.v1.crypto_recv.key,
H A Dinit_sec_context.c465 RC4_set_key(&ctx->u.v1.crypto_recv.key,
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h195 extern int crypto_recv (struct peer *, struct recvbuf *);
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dprotocol.c1621 RC4_set_key(&ctx->u.v1.crypto_recv.key,
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_proto.c1588 crypto_recv(peer, rbufp);
2352 rval = crypto_recv(peer, rbufp);
H A Dntp_crypto.c411 * crypto_recv - parse extension fields
427 crypto_recv( function
476 DPRINTF(1, ("crypto_recv: flags 0x%x ext offset %d len %u code 0x%x associd %d\n",
493 DPRINTF(1, ("crypto_recv: possible attack detected, associd %d\n",
567 DPRINTF(1, ("crypto_recv: ident host 0x%x %d server 0x%x %d\n",
642 DPRINTF(1, ("crypto_recv: %s\n", statstr));
700 DPRINTF(1, ("crypto_recv: %s\n", statstr));
737 DPRINTF(1, ("crypto_recv: %s\n", statstr));
775 DPRINTF(1, ("crypto_recv: %s\n", statstr));
812 DPRINTF(1, ("crypto_recv
[all...]

Completed in 67 milliseconds