Lines Matching defs:keyLength

84     final int keyLength;
93 int keyLength, CK_ATTRIBUTE[] attributes) {
98 this.keyLength = keyLength;
204 + " key, " + keyLength + " bits";
221 return keyLength;
284 int keyLength, CK_ATTRIBUTE[] attributes) {
290 return new P11SecretKey(session, keyID, algorithm, keyLength, attributes);
294 int keyLength, CK_ATTRIBUTE[] attributes, int major, int minor) {
301 (session, keyID, algorithm, keyLength, attributes, major, minor);
306 int keyLength, CK_ATTRIBUTE[] attributes) {
309 (session, keyID, algorithm, keyLength, attributes);
312 (session, keyID, algorithm, keyLength, attributes);
315 (session, keyID, algorithm, keyLength, attributes);
318 (session, keyID, algorithm, keyLength, attributes);
326 int keyLength, CK_ATTRIBUTE[] attributes) {
334 (session, keyID, algorithm, keyLength, attributes);
355 (session, keyID, algorithm, keyLength, attributes);
358 (session, keyID, algorithm, keyLength, attributes);
362 (session, keyID, algorithm, keyLength, attributes);
365 (session, keyID, algorithm, keyLength, attributes);
368 (session, keyID, algorithm, keyLength, attributes);
380 int keyLength, CK_ATTRIBUTE[] attributes) {
381 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
397 int keyLength, CK_ATTRIBUTE[] attributes) {
398 super(SECRET, session, keyID, algorithm, keyLength, attributes);
444 int keyLength, CK_ATTRIBUTE[] attributes, int major, int minor) {
445 super(session, keyID, algorithm, keyLength, attributes);
464 int keyLength, CK_ATTRIBUTE[] attributes) {
465 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
574 int keyLength, CK_ATTRIBUTE[] attributes) {
575 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
635 int keyLength, CK_ATTRIBUTE[] attributes) {
636 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
688 int keyLength, CK_ATTRIBUTE[] attributes) {
689 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
749 int keyLength, CK_ATTRIBUTE[] attributes) {
750 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
810 int keyLength, CK_ATTRIBUTE[] attributes) {
811 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
872 int keyLength, CK_ATTRIBUTE[] attributes) {
873 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);
934 int keyLength, CK_ATTRIBUTE[] attributes) {
935 super(PRIVATE, session, keyID, algorithm, keyLength, attributes);
994 int keyLength, CK_ATTRIBUTE[] attributes) {
995 super(PUBLIC, session, keyID, algorithm, keyLength, attributes);