Searched refs:SECItem (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dsecoidt.h54 SECItem algorithm;
55 SECItem parameters;
72 SECItem oid;
H A Decc_impl.h144 typedef struct SECItemStr SECItem; typedef in typeref:struct:SECItemStr
152 typedef SECItem SECKEYECParams;
166 SECItem prime; /* prime p for (GFp) */
167 SECItem poly; /* irreducible binary polynomial for (GF2m) */
178 SECItem a; /* contains octet stream encoding of
181 SECItem b;
182 SECItem seed;
193 SECItem base;
194 SECItem order;
196 SECItem DEREncodin
[all...]
H A Dsecitem.c38 * Support routines for SECItem data structure.
67 void SECITEM_FreeItem(SECItem *, PRBool);
69 SECItem *
70 SECITEM_AllocItem(PRArenaPool *arena, SECItem *item, unsigned int len,
73 SECItem *result = NULL;
82 result = PORT_ArenaZAlloc(arena, sizeof(SECItem), kmflag);
84 result = PORT_ZAlloc(sizeof(SECItem), kmflag);
135 SECITEM_CopyItem(PRArenaPool *arena, SECItem *to, const SECItem *from,
160 SECITEM_FreeItem(SECItem *za
[all...]
H A Dec.c72 ec_point_at_infinity(SECItem *pointP)
89 const SECItem *pointP, SECItem *pointQ, int kmflag)
206 /* Construct the SECItem representation of point Q */
478 EC_ValidatePublicKey(ECParams *ecParams, SECItem *publicValue, int kmflag)
565 ECDH_Derive(SECItem *publicValue,
567 SECItem *privateValue,
569 SECItem *derivedSecret,
574 SECItem pointQ = {siBuffer, NULL, 0};
641 ECDSA_SignDigestWithSeed(ECPrivateKey *key, SECItem *signatur
[all...]
H A Decdecode.c61 * Initializes a SECItem from a hexadecimal string
66 static SECItem *
67 hexString2SECItem(PRArenaPool *arena, SECItem *item, const char *str,
150 ECCurveName SECOID_FindOIDTag(const SECItem *);
153 EC_FillParams(PRArenaPool *arena, const SECItem *encodedParams,
158 SECItem oid = { siBuffer, NULL, 0};
580 EC_DecodeParams(const SECItem *encodedParams, ECParams **ecparams, int kmflag)
H A Doid.c412 SECOID_FindOID(const SECItem *oid)
440 SECOID_FindOIDTag(const SECItem *oid)
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp52 // Use B_FALSE to free the SECItem->data element, but not the SECItem itself
151 SECItem *s = (SECItem *)hSECItem;
154 // Copy bytes from a native SECItem buffer to Java byte array
157 // Use B_FALSE to free only the SECItem->data
176 SECItem signature_item;
186 SECItem digest_item;
274 SECItem signature_item;
283 SECItem digest_ite
[all...]

Completed in 81 milliseconds