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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c653 unsigned olen; /* length in bytes of the base point order */ local
676 olen = ecParams->order.len;
681 if (signature->len < 2*olen) {
803 CHECK_MPI_OK( mp_to_fixlen_octets(&r, signature->data, olen) );
804 CHECK_MPI_OK( mp_to_fixlen_octets(&s, signature->data + olen, olen) );
806 signature->len = 2*olen;
891 unsigned olen; /* length in bytes of the base point order */ local
917 olen = ecParams->order.len;
919 signature->len > 2*olen) {
[all...]

Completed in 57 milliseconds