Searched refs:curveOID (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decdecode.c189 /* For named curves, fill out curveOID */
190 params->curveOID.len = oid.len;
191 params->curveOID.data = (unsigned char *) PORT_ArenaAlloc(NULL, oid.len,
193 if (params->curveOID.data == NULL) goto cleanup;
194 memcpy(params->curveOID.data, oid.data, oid.len);
H A Decc_impl.h198 SECItem curveOID; member in struct:ECParamsStr
H A Dec.c312 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.curveOID,
313 &ecParams->curveOID, kmflag));
/openjdk7/jdk/src/share/native/sun/security/ec/
H A DECC_JNI.cpp62 SECITEM_FreeItem(&ecparams->curveOID, B_FALSE);

Completed in 140 milliseconds