Lines Matching defs:peer
1975 const uint8_t *peer = NULL;
1992 peer = jpake_client_id;
1997 peer = jpake_server_id;
2006 status = psa_pake_set_peer(&ssl->handshake->psa_pake_ctx, peer, peer_len);
4201 * opaque peer_cert<0..2^24-1>; // length 0 means no peer cert
4468 * We may have not been able to send to the peer all the handshake data
4473 * previous one have been sent to the peer, thus we make sure that this is
4478 * peer. Data are only sent here and through
6186 * Check if a curve proposed by the peer is in our list.
7626 * 10 . n-1 peer certificate
7819 MBEDTLS_SSL_DEBUG_MSG(3, ("Check that peer CRT hasn't changed during renegotiation"));
7869 MBEDTLS_SSL_DEBUG_CRT(3, "peer certificate", chain);
7885 MBEDTLS_SSL_DEBUG_MSG(1, ("peer has no certificate"));
8126 /* Remember digest of the peer's end-CRT. */
8159 /* Make a copy of the peer's raw public key. */
8222 /* Clear existing peer CRT structure in case we tried to
8278 * digest and copying the peer's public key. */
8903 /* Copy own and peer's CID if the use of the CID
9761 /* Validate peer's list (lengths) */