Searched refs:crypto_send (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_crypto.c | 198 static int crypto_send (struct exten *, struct value *, int); 1138 len = crypto_send(fp, &hostval, start); in crypto_xmit() 1152 len = crypto_send(fp, &vtemp, start); in crypto_xmit() 1165 len = crypto_send(fp, &cert_host->cert, start); in crypto_xmit() 1232 len = crypto_send(fp, &xp->cert, start); in crypto_xmit() 1243 len = crypto_send(fp, &vtemp, start); in crypto_xmit() 1253 len = crypto_send(fp, &vtemp, start); in crypto_xmit() 1266 len = crypto_send(fp, &vtemp, start); in crypto_xmit() 1276 len = crypto_send(fp, &vtemp, start); in crypto_xmit() 1289 len = crypto_send(fp, &vtemp, start); in crypto_xmit() [all …]
|
| /src/crypto/heimdal/lib/gssapi/ntlm/ |
| H A D | ntlm.h | 129 } crypto_send, crypto_recv; member
|
| H A D | crypto.c | 312 &ctx->u.v1.crypto_send.key, in _gss_ntlm_get_mic() 313 ctx->u.v1.crypto_send.seq++, in _gss_ntlm_get_mic() 498 RC4(&ctx->u.v1.crypto_send.key, input_message_buffer->length, in _gss_ntlm_wrap()
|
| H A D | accept_sec_context.c | 246 RC4_set_key(&ctx->u.v1.crypto_send.key, in _gss_ntlm_accept_sec_context()
|
| H A D | init_sec_context.c | 470 RC4_set_key(&ctx->u.v1.crypto_send.key, in _gss_ntlm_init_sec_context()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_channel_local.h | 109 QUIC_SSTREAM *crypto_send[QUIC_PN_SPACE_NUM]; member
|
| H A D | quic_channel.c | 280 ch->crypto_send[pn_space] = ossl_quic_sstream_new(INIT_CRYPTO_SEND_BUF_LEN); in ch_init() 281 if (ch->crypto_send[pn_space] == NULL) in ch_init() 284 txp_args.crypto[pn_space] = ch->crypto_send[pn_space]; in ch_init() 414 ossl_quic_sstream_free(ch->crypto_send[pn_space]); in ch_cleanup() 967 QUIC_SSTREAM *sstream = ch->crypto_send[pn_space]; in ch_on_crypto_send() 3006 if (!ossl_assert(ch->crypto_send[pn_space] != NULL) in ch_discard_el() 3011 ossl_quic_sstream_free(ch->crypto_send[pn_space]); in ch_discard_el() 3012 ch->crypto_send[pn_space] = NULL; in ch_discard_el()
|
| /src/crypto/heimdal/kcm/ |
| H A D | protocol.c | 1624 RC4_set_key(&ctx->u.v1.crypto_send.key, in kcm_op_do_ntlm()
|
| /src/contrib/ntp/ |
| H A D | ChangeLog | 1669 * [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596.
|
| H A D | CommitLog | 80402 [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596 80405 [Bug 2426] Possibly uninitialized data in crypto_send() - CID 975596
|