Home
last modified time | relevance | path

Searched refs:peer (Results 1 – 13 of 13) sorted by relevance

/include/internal/
A Dquic_demux.h120 BIO_ADDR peer, local; member
294 const BIO_ADDR *peer,
A Dquic_txp.h36 BIO_ADDR peer; /* Current destination L4 address we use. */ member
156 const BIO_ADDR *peer);
A Dquic_channel.h287 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 Dquic_record_rx.h210 const BIO_ADDR *peer; member
A Dquic_ssl.h44 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 Drecordmethod.h137 BIO_ADDR *peer,
A Dquic_record_tx.h173 const BIO_ADDR *peer; member
/include/openssl/
A Dbio.h.in378 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 Dcms.h.in194 X509 *cert, X509 *peer);
396 int CMS_RecipientInfo_kari_set0_pkey_and_peer(CMS_RecipientInfo *ri, EVP_PKEY *pk, X509 *peer);
A Dssl.h.in58 * 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 Dct.h.in98 /* Gets the peer certificate that the SCTs are for */
A Devp.h2066 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 Decx.h85 int ossl_ecx_compute_key(ECX_KEY *peer, ECX_KEY *priv, size_t keylen,

Completed in 33 milliseconds