HomeSort by relevance Sort by last modified time
    Searched refs:peerKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c 596 SECKEYPublicKey *peerKey = NULL;
702 ss->sec.peerKey = peerKey = PORT_ArenaZNew(arena, SECKEYPublicKey);
703 if (peerKey == NULL) {
707 peerKey->arena = arena;
708 peerKey->keyType = ecKey;
710 /* set up EC parameters in peerKey */
712 &peerKey->u.ec.DEREncodedParams) != SECSuccess) {
720 /* copy publicValue in peerKey */
721 if (SECITEM_CopyItem(arena, &peerKey->u.ec.publicValue, &ec_point)
    [all...]
sslsecur.c 1033 if (sec->peerKey) {
1034 SECKEY_DestroyPublicKey(sec->peerKey);
1035 sec->peerKey = NULL;
    [all...]
ssl3con.c     [all...]
sslimpl.h     [all...]

Completed in 53 milliseconds