Home | History | Annotate | Download | only in libcrypt

Lines Matching defs:STORE

74  * define "MUST_ALIGN" if your compiler cannot load/store
119 * representation is to store one bit per byte in an array of bytes. Bit N of
260 #define STORE(s,s0,s1,bl) (bl).b32.i0 = s0, (bl).b32.i1 = s1
316 STORE(D,D0,D1,*out);
721 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
724 STORE(K,K0,K1,*help);
727 STORE(K&~0x03030303L, K0&~0x03030303L, K1, *help);
735 * schedule, and store the resulting 8 chars at "out" (in == out is permitted).
776 STORE(L,L0,L1,B);
838 /* store the encrypted (or decrypted) result */
841 STORE(L,L0,L1,B);
844 STORE(L,L0,L1,B);
848 STORE(L,L0,L1,*(C_block *)out);