Searched refs:peer (Results 1 – 13 of 13) sorted by relevance
| /include/internal/ |
| A D | quic_demux.h | 120 BIO_ADDR peer, local; member 294 const BIO_ADDR *peer,
|
| A D | quic_txp.h | 36 BIO_ADDR peer; /* Current destination L4 address we use. */ member 156 const BIO_ADDR *peer);
|
| A D | quic_channel.h | 287 int ossl_quic_channel_on_new_conn(QUIC_CHANNEL *ch, const BIO_ADDR *peer, 471 int ossl_quic_bind_channel(QUIC_CHANNEL *ch, const BIO_ADDR *peer,
|
| A D | quic_record_rx.h | 210 const BIO_ADDR *peer; member
|
| A D | quic_ssl.h | 44 int ossl_quic_set_peer_token(SSL_CTX *ctx, BIO_ADDR *peer, 46 int ossl_quic_get_peer_token(SSL_CTX *ctx, BIO_ADDR *peer,
|
| A D | recordmethod.h | 137 BIO_ADDR *peer,
|
| A D | quic_record_tx.h | 173 const BIO_ADDR *peer; member
|
| /include/openssl/ |
| A D | bio.h.in | 378 BIO_ADDR *peer, *local; member 638 # define BIO_ctrl_dgram_connect(b,peer) \ argument 639 (int)BIO_ctrl(b,BIO_CTRL_DGRAM_CONNECT,0, (char *)(peer)) 640 # define BIO_ctrl_set_connected(b,peer) \ argument 641 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_CONNECTED, 0, (char *)(peer)) 646 # define BIO_dgram_get_peer(b,peer) \ argument 647 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_PEER, 0, (char *)(peer)) 648 # define BIO_dgram_set_peer(b,peer) \ argument 649 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_SET_PEER, 0, (char *)(peer)) 650 # define BIO_dgram_detect_peer_addr(b,peer) \ argument [all …]
|
| A D | cms.h.in | 194 X509 *cert, X509 *peer); 396 int CMS_RecipientInfo_kari_set0_pkey_and_peer(CMS_RecipientInfo *ri, EVP_PKEY *pk, X509 *peer);
|
| A D | ssl.h.in | 58 * Version 1 - added the optional peer certificate 1116 * -- that we expected from peer (SSL_get_peer_finished). 2373 const BIO_ADDR *peer, 2690 /* Indicated operation refers to peer key or certificate */ 2714 /* Supported signature algorithms sent to peer */
|
| A D | ct.h.in | 98 /* Gets the peer certificate that the SCTs are for */
|
| A D | evp.h | 2066 int EVP_PKEY_derive_set_peer_ex(EVP_PKEY_CTX *ctx, EVP_PKEY *peer, 2068 int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
|
| /include/crypto/ |
| A D | ecx.h | 85 int ossl_ecx_compute_key(ECX_KEY *peer, ECX_KEY *priv, size_t keylen,
|
Completed in 33 milliseconds