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

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_modes.c91 #define kd_adr(c) ((uint_8t*)(c)->ks + (c)->inf.b[0])
93 #define kd_adr(c) ((uint_8t*)(c)->ks + ((c)->inf.b[0] == 160 ? 160 : 0))
123 ctx->inf.b[2] = 0;
136 if(ctx->inf.b[1] == 0xff)
138 via_cwd(cwd, hybrid, enc, 2* ctx->inf.b[0] - 192);
197 if(ctx->inf.b[1] == 0xff)
199 via_cwd(cwd, hybrid, dec, 2* ctx->inf.b[0] - 192);
258 if(ctx->inf.b[1] == 0xff)
261 via_cwd(cwd, hybrid, enc, 2* ctx->inf.b[0] - 192);
367 if(ctx->inf
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/
H A Daes.h84 /* the character array 'inf' in the following structures is used */
85 /* to hold AES context information. This AES code uses cx->inf.b[0] */
104 aes_inf inf; member in struct:__anon28
109 aes_inf inf; member in struct:__anon29

Completed in 23 milliseconds