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

/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DAnnoVal.java55 "kb PrimitiveTypeImpl boolean",
69 kb = boolean.class,
99 "java.lang.Class kb boolean.class",
181 Class kb(); method in interface:AT2
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c637 * on the digest using the given key and the random value kb (used in
642 const SECItem *digest, const unsigned char *kb, const int kblen, int kmflag)
669 if (!key || !signature || !digest || !kb || (kblen < 0)) {
697 CHECK_MPI_OK( mp_read_unsigned_octets(&k, kb, kblen) );
641 ECDSA_SignDigestWithSeed(ECPrivateKey *key, SECItem *signature, const SECItem *digest, const unsigned char *kb, const int kblen, int kmflag) argument

Completed in 38 milliseconds