Lines Matching +full:software +full:- +full:properties +full:- +full:common
1 /* b128ops.h - common 128-bit block operations
10 * This program is free software; you can redistribute it and/or modify it
12 * Software Foundation; either version 2 of the License, or (at your option)
16 ---------------------------------------------------------------------------
21 The free distribution and use of this software in both source and binary
32 built using this software without specific written permission.
40 This software is provided 'as is' with no explicit or implied warranties
41 in respect of its properties, including, but not limited to, correctness
43 ---------------------------------------------------------------------------
62 r->a = p->a ^ q->a; in be128_xor()
63 r->b = p->b ^ q->b; in be128_xor()
68 r->a = p->a ^ q->a; in le128_xor()
69 r->b = p->b ^ q->b; in le128_xor()