OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:peerKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c
605
SECKEYPublicKey *
peerKey
= NULL;
711
ss->sec.
peerKey
=
peerKey
= PORT_ArenaZNew(arena, SECKEYPublicKey);
712
if (
peerKey
== NULL) {
716
peerKey
->arena = arena;
717
peerKey
->keyType = ecKey;
719
/* set up EC parameters in
peerKey
*/
721
&
peerKey
->u.ec.DEREncodedParams) != SECSuccess) {
729
/* copy publicValue in
peerKey
*/
730
if (SECITEM_CopyItem(arena, &
peerKey
->u.ec.publicValue, &ec_point)
[
all
...]
ssl3con.c
[
all
...]
sslimpl.h
[
all
...]
Completed in 592 milliseconds