Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c385 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature), in _gss_ntlm_verify_mic()
396 if (ctx->u.v1.crypto_recv.seq != num) in _gss_ntlm_verify_mic()
398 ctx->u.v1.crypto_recv.seq++; in _gss_ntlm_verify_mic()
573 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length, in _gss_ntlm_unwrap()
H A Dntlm.h129 } crypto_send, crypto_recv; member
H A Daccept_sec_context.c249 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_accept_sec_context()
H A Dinit_sec_context.c467 RC4_set_key(&ctx->u.v1.crypto_recv.key, in _gss_ntlm_init_sec_context()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel_local.h110 QUIC_RSTREAM *crypto_recv[QUIC_PN_SPACE_NUM]; member
H A Dquic_channel.c336 ch->crypto_recv[pn_space] = ossl_quic_rstream_new(NULL, NULL, 0); in ch_init()
337 if (ch->crypto_recv[pn_space] == NULL) in ch_init()
415 ossl_quic_rstream_free(ch->crypto_recv[pn_space]); in ch_cleanup()
1012 …if (i != QUIC_ENC_LEVEL_0RTT && !crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_spa… in ch_on_crypto_recv_record()
1020 rstream = ch->crypto_recv[ossl_quic_enc_level_to_pn_space(ch->rx_enc_level)]; in ch_on_crypto_recv_record()
1035 rstream = ch->crypto_recv[rx_pn_space]; in ch_on_crypto_release_record()
1108 if (!crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_space(i)])) { in ch_on_handshake_yield_secret()
3007 || !ossl_assert(ch->crypto_recv[pn_space] != NULL)) in ch_discard_el()
3014 ossl_quic_rstream_free(ch->crypto_recv[pn_space]); in ch_discard_el()
3015 ch->crypto_recv[pn_space] = NULL; in ch_discard_el()
H A Dquic_rx_depack.c285 rstream = ch->crypto_recv[ackm_data->pkt_space]; in depack_do_frame_crypto()
/freebsd/contrib/ntp/include/
H A Dntpd.h215 extern int crypto_recv (struct peer *, struct recvbuf *);
/freebsd/contrib/ntp/
H A 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 …]
H A DNEWS3366 * Buffer overflow in crypto_recv()
7132 * Buffer overflow in crypto_recv()
H A DChangeLog1337 * [Sec 2667] buffer overflow in crypto_recv().
H A DCommitLog[all...]
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1621 RC4_set_key(&ctx->u.v1.crypto_recv.key, in kcm_op_do_ntlm()
/freebsd/contrib/ntp/ntpd/
H A Dntp_proto.c1656 crypto_recv(peer, rbufp); in receive()
2439 rval = crypto_recv(peer, rbufp); in receive()
H A Dntp_crypto.c403 * crypto_recv - parse extension fields in make_keylist()
419 crypto_recv(
468 DPRINTF(1, ("crypto_recv: flags 0x%x ext offset %d len %u code 0x%x associd %d\n", in crypto_recv()
485 DPRINTF(1, ("crypto_recv: possible attack detected, associd %d\n", in crypto_recv()
559 DPRINTF(1, ("crypto_recv: ident host 0x%x %d server 0x%x %d\n", in crypto_recv()
634 DPRINTF(1, ("crypto_recv: %s\n", statstr)); in crypto_recv()
692 DPRINTF(1, ("crypto_recv: %s\n", statstr)); in crypto_recv()
729 DPRINTF(1, ("crypto_recv: %s\n", statstr)); in crypto_recv()
767 DPRINTF(1, ("crypto_recv: %s\n", statstr)); in crypto_recv()
804 DPRINTF(1, ("crypto_recv in crypto_recv()
427 crypto_recv( crypto_recv() function
[all...]