Home
last modified time | relevance | path

Searched refs:crypto_recv (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
Dcrypto.c401 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature), in _gss_ntlm_verify_mic()
412 if (ctx->u.v1.crypto_recv.seq != num) in _gss_ntlm_verify_mic()
414 ctx->u.v1.crypto_recv.seq++; in _gss_ntlm_verify_mic()
589 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length, in _gss_ntlm_unwrap()
Dntlm.h131 } crypto_send, crypto_recv; member
Daccept_sec_context.c251 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_accept_sec_context()
Dinit_sec_context.c504 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_init_sec_context()
/netbsd/src/external/bsd/ntp/dist/include/
Dntpd.h217 extern int crypto_recv (struct peer *, struct recvbuf *);
/netbsd/src/external/bsd/ntp/dist/
DCommitLog-4.1.0516 * ntpd/ntp_crypto.c (crypto_recv): Bugfix.
705 * ntpd/ntp_crypto.c (crypto_recv): Turn off FLAG_AUTOKEY when we
947 (crypto_recv): Leave the crypto_flags alone when wiggling the
991 (crypto_recv): fstamp is a PUBKEY-only variable.
999 (receive): Call poll_update after crypto_recv if FLAG_SKEY.
1029 (crypto_recv): More debug info. Clean up/improve sanity checks on
1083 (crypto_recv): Fix up RV_TSP logic (several places).
1092 * ntpd/ntp_crypto.c (crypto_recv): Allocate space for the trailing
1311 * ntpd/ntp_crypto.c (crypto_recv): AUTOKEY based on BCLNT, not MCAST2.
2014 (crypto_recv): Subroutine documentation cleanup, other cleanup
[all …]
DNEWS3366 * Buffer overflow in crypto_recv()
7132 * Buffer overflow in crypto_recv()
DChangeLog1337 * [Sec 2667] buffer overflow in crypto_recv().
DCommitLog45950 [Sec 2667] buffer overflow in crypto_recv()
45953 [Sec 2667] buffer overflow in crypto_recv()
45956 [Sec 2667] buffer overflow in crypto_recv()
/netbsd/src/crypto/external/bsd/heimdal/dist/kcm/
Dprotocol.c1627 RC4_set_key(&ctx->u.v1.crypto_recv.key, in kcm_op_do_ntlm()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_proto.c1658 crypto_recv(peer, rbufp); in receive()
2441 rval = crypto_recv(peer, rbufp); in receive()
Dntp_crypto.c421 crypto_recv( in crypto_recv() function