Lines Matching +full:0 +full:xff
5 0xf6, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
6 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f
9 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
10 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f
13 0xe4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
14 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f
18 0x58, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66,
19 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x66
33 if (crypto_scalarmult_ed25519_base(q, n) != 0) { in main()
37 if (crypto_scalarmult_ed25519(q2, n, p) != 0) { in main()
40 if (memcmp(q, q2, crypto_scalarmult_ed25519_BYTES) != 0) { in main()
44 memset(n, 0, crypto_scalarmult_ed25519_SCALARBYTES); in main()
46 printf("crypto_scalarmult_ed25519_base(0) failed\n"); in main()
49 printf("crypto_scalarmult_ed25519(0) passed\n"); in main()
52 n[0] = 1; in main()
53 if (crypto_scalarmult_ed25519_base(q, n) != 0) { in main()
56 if (crypto_scalarmult_ed25519(q2, n, p) != 0) { in main()
66 if (crypto_scalarmult_ed25519(q, n, max_canonical_p) != 0) { in main()
70 memset(p, 0, crypto_scalarmult_ed25519_BYTES); in main()
74 n[0] = 8; in main()
89 return 0; in main()