OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:peer_key
(Results
1 - 6
of
6
) sorted by null
/external/boringssl/src/ssl/
ssl_ecdh.c
98
const uint8_t *
peer_key
, size_t peer_key_len) {
118
/* Compute the x-coordinate of |
peer_key
| * |private_key|. */
128
if (!EC_POINT_oct2point(group, peer_point,
peer_key
, peer_key_len, bn_ctx)) {
185
const uint8_t *
peer_key
,
196
!X25519(secret, (uint8_t *)ctx->data,
peer_key
)) {
229
const uint8_t *
peer_key
,
238
BIGNUM *peer_point = BN_bin2bn(
peer_key
, peer_key_len, NULL);
380
const uint8_t *
peer_key
, size_t peer_key_len) {
382
peer_key
, peer_key_len);
s3_clnt.c
[
all
...]
s3_srvr.c
1641
CBS
peer_key
;
local
[
all
...]
internal.h
538
/* compute_secret performs a key exchange against |
peer_key
| and, on
545
const uint8_t *
peer_key
, size_t peer_key_len);
570
const uint8_t *
peer_key
, size_t peer_key_len);
[
all
...]
s3_lib.c
234
OPENSSL_free(ssl->s3->tmp.
peer_key
);
/external/boringssl/src/include/openssl/
ssl.h
4103
uint8_t *
peer_key
;
member in struct:ssl3_state_st::__anon7316
[
all
...]
Completed in 175 milliseconds