Searched refs:rk (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aes_core.c733 u32 *rk; local
744 rk = key->rd_key;
753 rk[0] = GETU32(userKey );
754 rk[1] = GETU32(userKey + 4);
755 rk[2] = GETU32(userKey + 8);
756 rk[3] = GETU32(userKey + 12);
759 temp = rk[3];
760 rk[4] = rk[0] ^
766 rk[
836 u32 *rk; local
888 const u32 *rk; local
1079 const u32 *rk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/aes/
H A Daes_core.c733 u32 *rk; local
742 rk = key->rd_key;
751 rk[0] = GETU32(userKey );
752 rk[1] = GETU32(userKey + 4);
753 rk[2] = GETU32(userKey + 8);
754 rk[3] = GETU32(userKey + 12);
757 temp = rk[3];
758 rk[4] = rk[0] ^
764 rk[
834 u32 *rk; local
886 const u32 *rk; local
1077 const u32 *rk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_core.c630 u32 *rk; local
639 rk = key->rd_key;
648 rk[0] = GETU32(userKey );
649 rk[1] = GETU32(userKey + 4);
650 rk[2] = GETU32(userKey + 8);
651 rk[3] = GETU32(userKey + 12);
654 temp = rk[3];
655 rk[4] = rk[0] ^
661 rk[
731 u32 *rk; local
784 const u32 *rk; local
975 const u32 *rk; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c531 #define rk (ctx->keyschenc)
540 *((u32_a_t*)u.temp[0]) = *((u32_a_t*)(a )) ^ *((u32_a_t*)rk[0][0]);
541 *((u32_a_t*)u.temp[1]) = *((u32_a_t*)(a+ 4)) ^ *((u32_a_t*)rk[0][1]);
542 *((u32_a_t*)u.temp[2]) = *((u32_a_t*)(a+ 8)) ^ *((u32_a_t*)rk[0][2]);
543 *((u32_a_t*)u.temp[3]) = *((u32_a_t*)(a+12)) ^ *((u32_a_t*)rk[0][3]);
563 *((u32_a_t*)u.temp[0]) = *((u32_a_t*)(b )) ^ *((u32_a_t*)rk[r][0]);
564 *((u32_a_t*)u.temp[1]) = *((u32_a_t*)(b+ 4)) ^ *((u32_a_t*)rk[r][1]);
565 *((u32_a_t*)u.temp[2]) = *((u32_a_t*)(b+ 8)) ^ *((u32_a_t*)rk[r][2]);
566 *((u32_a_t*)u.temp[3]) = *((u32_a_t*)(b+12)) ^ *((u32_a_t*)rk[r][3]);
587 *((u32_a_t*)u.temp[0]) = *((u32_a_t*)(b )) ^ *((u32_a_t*)rk[round
527 #define rk macro
607 #undef rk macro
1343 #define rk macro
1424 #undef rk macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/iforce/
H A Diforce-ff.c150 __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center)
168 data[2] = (100 * rk) >> 15; /* Dangerous: the sign is extended by gcc on plateforms providing an arith shift */
148 make_condition_modifier(struct iforce* iforce, struct resource* mod_chunk, int no_alloc, __u16 rsat, __u16 lsat, __s16 rk, __s16 lk, u16 db, __s16 center) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_compact.c1454 RINTERNAL *rk; local
1620 rk = GET_RINTERNAL(dbp, npg, 0);
1625 hdr.data = rk;
1627 trecs += (int32_t)rk->nrecs;

Completed in 113 milliseconds