Searched defs:publicValue (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/common/crypto/ecc/
H A Dec.c310 SECITEM_AllocItem(arena, &key->publicValue, 2*len + 1, kmflag);
328 rv = ec_points_mul(ecParams, &k, NULL, NULL, &(key->publicValue), kmflag);
462 EC_ValidatePublicKey(ECParams *ecParams, SECItem *publicValue, int kmflag) argument
470 if (!ecParams || !publicValue) {
476 if ((publicValue->data[0] != EC_POINT_FORM_UNCOMPRESSED) ||
477 (publicValue->len != (2 * len + 1))) {
487 CHECK_MPI_OK( mp_read_unsigned_octets(&Px, publicValue->data + 1,
489 CHECK_MPI_OK( mp_read_unsigned_octets(&Py, publicValue->data + 1 + len,
538 ** multiplication of privateValue and publicValue (with or without the
547 ECDH_Derive(SECItem *publicValue, argument
[all...]
H A Decc_impl.h189 SECItem publicValue; /* elliptic curve point encoded as member in struct:ECPublicKeyStr
197 SECItem publicValue; /* encoded ec point */ member in struct:ECPrivateKeyStr

Completed in 33 milliseconds