Searched defs:F1 (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcast5.c347 #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol((r),I)), \ macro
379 t = l; l = r; r = t ^ F1(r, Km[ 0], Kr[ 0]);
382 t = l; l = r; r = t ^ F1(r, Km[ 3], Kr[ 3]);
385 t = l; l = r; r = t ^ F1(r, Km[ 6], Kr[ 6]);
388 t = l; l = r; r = t ^ F1(r, Km[ 9], Kr[ 9]);
391 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
394 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
431 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
434 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
437 t = l; l = r; r = t ^ F1(
[all...]
H A Drmd160.c206 #define F1(x,y,z) ( ((x) & (y)) | (~(x) & (z)) ) macro
237 R( e, a, b, c, d, F1, K1, 7, 7 );
238 R( d, e, a, b, c, F1, K1, 4, 6 );
239 R( c, d, e, a, b, F1, K1, 13, 8 );
240 R( b, c, d, e, a, F1, K1, 1, 13 );
241 R( a, b, c, d, e, F1, K1, 10, 11 );
242 R( e, a, b, c, d, F1, K1, 6, 9 );
243 R( d, e, a, b, c, F1, K1, 15, 7 );
244 R( c, d, e, a, b, F1, K1, 3, 15 );
245 R( b, c, d, e, a, F1, K
[all...]
H A Dsha1.c27 * 8498 3E44 1C3B D26E BAAE 4AA1 F951 29E5 E546 70F1
88 #define F1(x,y,z) ( z ^ ( x & ( y ^ z ) ) ) macro
143 R( a, b, c, d, e, F1, K1, x[ 0] );
144 R( e, a, b, c, d, F1, K1, x[ 1] );
145 R( d, e, a, b, c, F1, K1, x[ 2] );
146 R( c, d, e, a, b, F1, K1, x[ 3] );
147 R( b, c, d, e, a, F1, K1, x[ 4] );
148 R( a, b, c, d, e, F1, K1, x[ 5] );
149 R( e, a, b, c, d, F1, K1, x[ 6] );
150 R( d, e, a, b, c, F1, K
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcast5.c347 #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol((r),I)), \ macro
379 t = l; l = r; r = t ^ F1(r, Km[ 0], Kr[ 0]);
382 t = l; l = r; r = t ^ F1(r, Km[ 3], Kr[ 3]);
385 t = l; l = r; r = t ^ F1(r, Km[ 6], Kr[ 6]);
388 t = l; l = r; r = t ^ F1(r, Km[ 9], Kr[ 9]);
391 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
394 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
431 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
434 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
437 t = l; l = r; r = t ^ F1(
[all...]
H A Drmd160.c206 #define F1(x,y,z) ( ((x) & (y)) | (~(x) & (z)) ) macro
237 R( e, a, b, c, d, F1, K1, 7, 7 );
238 R( d, e, a, b, c, F1, K1, 4, 6 );
239 R( c, d, e, a, b, F1, K1, 13, 8 );
240 R( b, c, d, e, a, F1, K1, 1, 13 );
241 R( a, b, c, d, e, F1, K1, 10, 11 );
242 R( e, a, b, c, d, F1, K1, 6, 9 );
243 R( d, e, a, b, c, F1, K1, 15, 7 );
244 R( c, d, e, a, b, F1, K1, 3, 15 );
245 R( b, c, d, e, a, F1, K
[all...]
H A Dsha1.c31 * 8498 3E44 1C3B D26E BAAE 4AA1 F951 29E5 E546 70F1
87 #define F1(x,y,z) ( z ^ ( x & ( y ^ z ) ) ) macro
142 R( a, b, c, d, e, F1, K1, x[ 0] );
143 R( e, a, b, c, d, F1, K1, x[ 1] );
144 R( d, e, a, b, c, F1, K1, x[ 2] );
145 R( c, d, e, a, b, F1, K1, x[ 3] );
146 R( b, c, d, e, a, F1, K1, x[ 4] );
147 R( a, b, c, d, e, F1, K1, x[ 5] );
148 R( e, a, b, c, d, F1, K1, x[ 6] );
149 R( d, e, a, b, c, F1, K
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmd5.c69 /* The four core functions - F1 is optimized somewhat */
71 /* #define F1(x, y, z) (x & y | ~x & z) */
72 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
73 #define F2(x, y, z) F1(z, x, y)
94 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
95 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
96 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
97 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
98 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
99 MD5STEP(F1,
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
518 extern Void_t F1(_cfree, Void_t*,p) { free(p); } function
519 extern Void_t F1(_free, Void_t*,p) { free(p); } function
520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } function
525 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } function
529 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } function
535 extern Void_t F1(__cfree, Void_t*,p) { free(p); } function
536 extern Void_t F1(__free, Void_t*,p) { free(p); } function
537 extern Void_t* F1(__mallo function
542 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } function
546 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } function
552 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } function
553 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } function
554 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } function
559 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } function
563 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } function
706 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } function
707 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } function
708 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } function
713 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } function
717 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } function
[all...]

Completed in 41 milliseconds