Searched refs:KS_LENGTH (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h75 #define KS_LENGTH 60 macro
77 #define KS_LENGTH 52 macro
79 #define KS_LENGTH 44 macro
103 { uint_32t ks[KS_LENGTH];
108 { uint_32t ks[KS_LENGTH];
125 { aes_32t ks[KS_LENGTH];
130 { aes_32t ks[KS_LENGTH];
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s147 #define KS_LENGTH 60 define
150 #define KS_LENGTH 60 define
153 #define KS_LENGTH 52 define
155 #define KS_LENGTH 44 define
386 movzbl 4*KS_LENGTH(%ebp), %edi
502 movl $10*16, 4*KS_LENGTH(%ebp)
550 movl $12*16, 4*KS_LENGTH(%ebp)
599 movl $14*16, 4*KS_LENGTH(%ebp)
891 movzbl 4*KS_LENGTH(%ebp), %edi

Completed in 67 milliseconds