HomeSort by relevance Sort by last modified time
    Searched full:publkey (Results 1 - 3 of 3) sorted by null

  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 73 private static PublicKey publKey = null;
88 publKey = tkp.getPublic();
322 kAgs[i].doPhase(publKey, true);
325 kAgs[i].doPhase(publKey, true);
329 kAgs[i].doPhase(publKey, true);
383 kAgs[i].init(publKey);
388 kAgs[i].init(publKey, new SecureRandom());
393 kAgs[i].init(publKey, random);
398 kAgs[i].init(publKey, dhPs);
403 kAgs[i].init(publKey, aps)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 77 private static PublicKey publKey = null;
92 publKey = tkp.getPublic();
326 kAgs[i].doPhase(publKey, true);
329 kAgs[i].doPhase(publKey, true);
333 kAgs[i].doPhase(publKey, true);
355 kAgs[i].doPhase(publKey, true);
376 kAgs[i].doPhase(publKey, true);
378 kAgs[i].doPhase(publKey, true);
403 kAgs[i].init(publKey);
408 kAgs[i].init(publKey, new SecureRandom())
    [all...]
  /system/bt/stack/smp/
smp_main.c 237 /* state name: Idle WaitApp SecReq Pair Wait Confirm Rand PublKey SCPhs1 Wait Wait SCPhs2 Wait DHKChk Enc Bond CrLocSc
443 /* state name: Idle WaitApp SecReq Pair Wait Confirm Rand PublKey SCPhs1 Wait Wait SCPhs2 Wait DHKChk Enc Bond CrLocSc
    [all...]

Completed in 816 milliseconds