Lines Matching refs:peer
1128 4. Send `our_pub` to the peer. Retrieve the peer's public key and import it into `their_pub`. These…
1138 …* `their_pub`: a buffer of the same size, to hold the peer's key. This can be the same as `our_pub…
1142 4. Send `our_pub` to the peer. Retrieve the peer's public key and import it into `their_pub`. These…
1157 2. Send the ServerKeyExchange message to the peer.
1158 3. Retrieve the peer's public key.
1159 4. Call `mbedtls_ecdh_read_public` or `mbedtls_dhm_read_public` on the peer's public key, then call…
1168 2. Send the ServerKeyExchange message to the peer.
1169 3. Retrieve the peer's public key.
1176 …ty that receives a message indicating both the choice of curve or group, and the peer's public key.
1178 …TLS ServerKeyExchange message received from the peer, which encodes the selected curve/group and t…
1182 3. Send our public key to the peer.
1188 …TLS ServerKeyExchange message received from the peer, which encodes the selected curve/group and t…
1192 3. Send our public key to the peer.
1204 …peer's public key: there is no PSA equivalent since the PSA API only uses the peer's public key to…
1211 …peer's public key): the there is no PSA equivalent since the PSA API only uses the peer's public k…