Searched refs:rounds (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rc5/
H A Drc5_skey.c66 int rounds)
70 private_RC5_32_set_key(key, len, data, rounds);
73 int rounds)
76 int rounds)
82 if ( (rounds != RC5_16_ROUNDS) &&
83 (rounds != RC5_12_ROUNDS) &&
84 (rounds != RC5_8_ROUNDS))
85 rounds=RC5_16_ROUNDS;
87 key->rounds=rounds;
65 RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, int rounds) argument
72 private_RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, int rounds) argument
[all...]
H A Drc5.h90 /* Number of rounds */
91 int rounds; member in struct:rc5_key_st
97 int rounds);
100 int rounds);
H A Drc5_enc.c154 if (key->rounds == 12)
161 else if (key->rounds == 16)
185 if (key->rounds == 16)
197 else if (key->rounds == 12)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5_skey.c63 int rounds)
68 if ( (rounds != RC5_16_ROUNDS) &&
69 (rounds != RC5_12_ROUNDS) &&
70 (rounds != RC5_8_ROUNDS))
71 rounds=RC5_16_ROUNDS;
73 key->rounds=rounds;
93 t=(rounds+1)*2;
62 RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, int rounds) argument
H A Drc5.h92 /* Number of rounds */
93 int rounds; member in struct:rc5_key_st
99 int rounds);
H A Drc5_enc.c154 if (key->rounds == 12)
161 else if (key->rounds == 16)
185 if (key->rounds == 16)
197 else if (key->rounds == 12)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A De_rc5.c74 int rounds; /* number of rounds */ member in struct:__anon1397
91 data(c)->rounds = RC5_12_ROUNDS;
95 *(int *)ptr = data(c)->rounds;
104 data(c)->rounds = arg;
121 key,data(ctx)->rounds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A De_rc5.c75 int rounds; /* number of rounds */ member in struct:__anon2936
92 data(c)->rounds = RC5_12_ROUNDS;
96 *(int *)ptr = data(c)->rounds;
105 data(c)->rounds = arg;
122 key,data(ctx)->rounds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Drc5.h90 /* Number of rounds */
91 int rounds; member in struct:rc5_key_st
97 int rounds);
100 int rounds);
H A Daes.h80 int rounds; member in struct:aes_key_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drijndael.c120 int rounds; /* Key-length-dependent number of rounds. */
186 int rounds;
229 rounds = 10;
250 rounds = 12;
266 rounds = 14;
283 ctx->rounds = rounds;
295 else if (ctx->use_aesni && ctx->rounds == 10)
373 for (j = 0; (j < KC) && (r < rounds
119 int rounds; /* Key-length-dependent number of rounds. */ member in struct:__anon2568
183 int rounds; local
528 int rounds = ctx->rounds; local
1344 int rounds = ctx->rounds; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-aes.c65 rounds:4, member in struct:cword
328 uint32_t rounds; local
353 ctx->cword.encrypt.rounds = 10 + (key_len - 16) / 4;
354 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds;
400 rounds = 10 + (key_len - 16) / 4;
402 for (i = 0; i < rounds; i++) {
403 P[((i + 1) * 4) + 0] = D_KEY[((rounds - i - 1) * 4) + 0];
404 P[((i + 1) * 4) + 1] = D_KEY[((rounds - i - 1) * 4) + 1];
405 P[((i + 1) * 4) + 2] = D_KEY[((rounds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Daes.c31 int rounds; member in struct:AVAES
83 for(r=a->rounds-1; r>0; r--){
92 addkey(a->state[1], src, a->round_key[a->rounds]);
129 int rounds= KC + 6; local
156 a->rounds= rounds;
160 for(t= 0; t < (rounds+1)*16;) {
177 for(i=1; i<rounds; i++){
185 for(i=0; i<(rounds+1)>>1; i++){
187 FFSWAP(int, a->round_key[i][0][j], a->round_key[rounds
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/aes/
H A Daes.h80 int rounds; member in struct:aes_key_st
H A Daes_core.c745 key->rounds = 10;
747 key->rounds = 12;
749 key->rounds = 14;
846 for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
853 for (i = 1; i < (key->rounds); i++) {
949 if (key->rounds > 10) {
960 if (key->rounds > 12) {
973 rk += key->rounds << 2;
976 * Nr - 1 full rounds:
978 r = key->rounds >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dhashes.c30 #define TEACORE(rounds) \
33 int n = rounds; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes.h80 int rounds; member in struct:aes_key_st
H A Daes_core.c642 key->rounds = 10;
644 key->rounds = 12;
646 key->rounds = 14;
743 for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
750 for (i = 1; i < (key->rounds); i++) {
847 if (key->rounds > 10) {
858 if (key->rounds > 12) {
871 rk += key->rounds << 2;
874 * Nr - 1 full rounds:
876 r = key->rounds >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Daes.h80 int rounds; member in struct:aes_key_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes.c59 u32 rounds; member in struct:aes_ctx
402 ctx->rounds = 10;
411 ctx->rounds = 12;
422 ctx->rounds = 14;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/aes/
H A Dfips_aes_core.c747 key->rounds = 10;
749 key->rounds = 12;
751 key->rounds = 14;
848 for (i = 0, j = 4*(key->rounds); i < j; i += 4, j -= 4) {
855 for (i = 1; i < (key->rounds); i++) {
951 if (key->rounds > 10) {
962 if (key->rounds > 12) {
975 rk += key->rounds << 2;
978 * Nr - 1 full rounds:
980 r = key->rounds >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl20 # too much. I mean it's 64 32-bit rounds vs. 80 virtually identical
79 $rounds=80;
93 $rounds=64;
244 { .mib; mov ar.lc=$rounds-17 }
330 (p6) add Ktbl=-$SZ*$rounds,Ktbl }
386 .size K256#,$SZ*$rounds
431 .size K512#,$SZ*$rounds
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_padlock.c259 int rounds:4; member in struct:padlock_cipher_data::__anon2925::__anon2926
793 cdata->cword.b.rounds = 10 + (key_len - 128) / 32;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1508 # $2 number of rounds to perform the test
1512 my $rounds = shift;
1515 for(my $i=0; $i<$rounds; $i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex801 of rounds made to flush the address list. If this option is given
1054 of rounds made to flush the neighbour table. If the option is given
1685 of rounds made to flush the routing table. If the option is given

Completed in 160 milliseconds