HomeSort by: relevance | last modified time | path
    Searched defs:C_block (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcrypt/
crypt.c 84 #error C_block structure assumes 8 bit characters
151 * "C_block", has two problems. First, alignment restrictions must be
156 * to have a machine-independent C_block representation (bits 1..8 in the
238 } C_block;
245 C_block cvt; \
286 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
288 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
292 STATIC init_perm(C_block [64/CHUNKBITS][1<<CHUNKBITS],
295 STATIC permute(const unsigned char *, C_block *, C_block *, int)
    [all...]
crypt.c 84 #error C_block structure assumes 8 bit characters
151 * "C_block", has two problems. First, alignment restrictions must be
156 * to have a machine-independent C_block representation (bits 1..8 in the
238 } C_block;
245 C_block cvt; \
286 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
288 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
292 STATIC init_perm(C_block [64/CHUNKBITS][1<<CHUNKBITS],
295 STATIC permute(const unsigned char *, C_block *, C_block *, int)
    [all...]
crypt.c 84 #error C_block structure assumes 8 bit characters
151 * "C_block", has two problems. First, alignment restrictions must be
156 * to have a machine-independent C_block representation (bits 1..8 in the
238 } C_block;
245 C_block cvt; \
286 { C_block tblk; permute(cpp,&tblk,p,8); LOAD (d,d0,d1,tblk); }
288 { C_block tblk; permute(cpp,&tblk,p,4); LOAD (d,d0,d1,tblk); }
292 STATIC init_perm(C_block [64/CHUNKBITS][1<<CHUNKBITS],
295 STATIC permute(const unsigned char *, C_block *, C_block *, int)
    [all...]

Completed in 54 milliseconds