HomeSort by: relevance | last modified time | path
    Searched refs:crypto_recv (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
ntlm.h 131 } crypto_send, crypto_recv; member in struct:__anon817::__anon818::__anon819
crypto.c 401 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature),
412 if (ctx->u.v1.crypto_recv.seq != num)
414 ctx->u.v1.crypto_recv.seq++;
589 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length,
accept_sec_context.c 251 RC4_set_key(&ctx->u.v1.crypto_recv.key,
init_sec_context.c 504 RC4_set_key(&ctx->u.v1.crypto_recv.key,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel_local.h 110 QUIC_RSTREAM *crypto_recv[QUIC_PN_SPACE_NUM]; member in struct:quic_channel_st
quic_channel.c 336 ch->crypto_recv[pn_space] = ossl_quic_rstream_new(NULL, NULL, 0);
337 if (ch->crypto_recv[pn_space] == NULL)
415 ossl_quic_rstream_free(ch->crypto_recv[pn_space]);
1012 if (i != QUIC_ENC_LEVEL_0RTT && !crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_space(i)])) {
1020 rstream = ch->crypto_recv[ossl_quic_enc_level_to_pn_space(ch->rx_enc_level)];
1035 rstream = ch->crypto_recv[rx_pn_space];
1108 if (!crypto_ensure_empty(ch->crypto_recv[ossl_quic_enc_level_to_pn_space(i)])) {
3007 || !ossl_assert(ch->crypto_recv[pn_space] != NULL))
3014 ossl_quic_rstream_free(ch->crypto_recv[pn_space]);
3015 ch->crypto_recv[pn_space] = NULL
    [all...]
quic_rx_depack.c 285 rstream = ch->crypto_recv[ackm_data->pkt_space];
  /src/external/bsd/ntp/dist/include/
ntpd.h 217 extern int crypto_recv (struct peer *, struct recvbuf *);
  /src/crypto/external/bsd/heimdal/dist/kcm/
protocol.c 1627 RC4_set_key(&ctx->u.v1.crypto_recv.key,
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 1658 crypto_recv(peer, rbufp);
2441 rval = crypto_recv(peer, rbufp);
ntp_crypto.c 405 * crypto_recv - parse extension fields
421 crypto_recv( function
470 DPRINTF(1, ("crypto_recv: flags 0x%x ext offset %d len %u code 0x%x associd %d\n",
487 DPRINTF(1, ("crypto_recv: possible attack detected, associd %d\n",
561 DPRINTF(1, ("crypto_recv: ident host 0x%x %d server 0x%x %d\n",
636 DPRINTF(1, ("crypto_recv: %s\n", statstr));
694 DPRINTF(1, ("crypto_recv: %s\n", statstr));
731 DPRINTF(1, ("crypto_recv: %s\n", statstr));
769 DPRINTF(1, ("crypto_recv: %s\n", statstr));
806 DPRINTF(1, ("crypto_recv: %s\n", statstr))
    [all...]

Completed in 25 milliseconds