Searched refs:bn (Results 1 – 2 of 2) sorted by relevance
33 static void bn_check_top(const BIGNUM* bn) { in bn_check_top() argument37 if (bn != NULL && bn->top != 0 && bn->d[bn->top-1] == 0) { in bn_check_top()
568 byte bn = Byte.parseByte("-128", 10);569 assertTrue("Invalid parse of dec byte", b == (byte) 127 && (bn == (byte) -128));