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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes_ctr.c72 PUTU32(counter + 12, c);
81 PUTU32(counter + 8, c);
90 PUTU32(counter + 4, c);
99 PUTU32(counter + 0, c);
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
H A Daes_core.c944 PUTU32(out , s0);
951 PUTU32(out + 4, s1);
958 PUTU32(out + 8, s2);
965 PUTU32(out + 12, s3);
1135 PUTU32(out , s0);
1142 PUTU32(out + 4, s1);
1149 PUTU32(out + 8, s2);
1156 PUTU32(out + 12, s3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcmll_ctr.c72 PUTU32(counter + 12, c);
81 PUTU32(counter + 8, c);
90 PUTU32(counter + 4, c);
99 PUTU32(counter + 0, c);
H A Dcmll_locl.h86 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
95 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); \ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
H A Daes_core.c946 PUTU32(out , s0);
953 PUTU32(out + 4, s1);
960 PUTU32(out + 8, s2);
967 PUTU32(out + 12, s3);
1138 PUTU32(out , s0);
1145 PUTU32(out + 4, s1);
1152 PUTU32(out + 8, s2);
1159 PUTU32(out + 12, s3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A Daes_locl.h68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); } macro
H A Daes_core.c946 PUTU32(out , s0);
953 PUTU32(out + 4, s1);
960 PUTU32(out + 8, s2);
967 PUTU32(out + 12, s3);
1138 PUTU32(out , s0);
1145 PUTU32(out + 4, s1);
1152 PUTU32(out + 8, s2);
1159 PUTU32(out + 12, s3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c356 PUTU32(blocks[i].c + 60, len);
363 PUTU32(blocks[i].c + 124, len);
395 PUTU32(blocks[i].c + 0, ctx->A[i]);
397 PUTU32(blocks[i].c + 4, ctx->B[i]);
399 PUTU32(blocks[i].c + 8, ctx->C[i]);
401 PUTU32(blocks[i].c + 12, ctx->D[i]);
403 PUTU32(blocks[i].c + 16, ctx->E[i]);
405 PUTU32(blocks[i].c + 20, ctx->F[i]);
407 PUTU32(blocks[i].c + 24, ctx->G[i]);
409 PUTU32(block
[all...]
H A De_aes_cbc_hmac_sha1.c356 PUTU32(blocks[i].c + 60, len);
363 PUTU32(blocks[i].c + 124, len);
389 PUTU32(blocks[i].c + 0, ctx->A[i]);
391 PUTU32(blocks[i].c + 4, ctx->B[i]);
393 PUTU32(blocks[i].c + 8, ctx->C[i]);
395 PUTU32(blocks[i].c + 12, ctx->D[i]);
397 PUTU32(blocks[i].c + 16, ctx->E[i]);
400 PUTU32(blocks[i].c + 60, (64 + 20) * 8);
419 PUTU32(out + 0, ctx->A[i]);
420 PUTU32(ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes_cbc_hmac_sha256.c356 PUTU32(blocks[i].c + 60, len);
363 PUTU32(blocks[i].c + 124, len);
395 PUTU32(blocks[i].c + 0, ctx->A[i]);
397 PUTU32(blocks[i].c + 4, ctx->B[i]);
399 PUTU32(blocks[i].c + 8, ctx->C[i]);
401 PUTU32(blocks[i].c + 12, ctx->D[i]);
403 PUTU32(blocks[i].c + 16, ctx->E[i]);
405 PUTU32(blocks[i].c + 20, ctx->F[i]);
407 PUTU32(blocks[i].c + 24, ctx->G[i]);
409 PUTU32(block
[all...]
H A De_aes_cbc_hmac_sha1.c356 PUTU32(blocks[i].c + 60, len);
363 PUTU32(blocks[i].c + 124, len);
389 PUTU32(blocks[i].c + 0, ctx->A[i]);
391 PUTU32(blocks[i].c + 4, ctx->B[i]);
393 PUTU32(blocks[i].c + 8, ctx->C[i]);
395 PUTU32(blocks[i].c + 12, ctx->D[i]);
397 PUTU32(blocks[i].c + 16, ctx->E[i]);
400 PUTU32(blocks[i].c + 60, (64 + 20) * 8);
419 PUTU32(out + 0, ctx->A[i]);
420 PUTU32(ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dctr128.c240 PUTU32(ivec + 12, ctr32);
253 PUTU32(ivec + 12, ctr32);
H A Dmodes_lcl.h87 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
90 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
H A Dgcm128.c67 # undef PUTU32 macro
68 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
249 PUTU32(p, v);
251 PUTU32(p + 4, v);
253 PUTU32(p + 8, v);
255 PUTU32(p + 12, v);
409 PUTU32(p, v);
411 PUTU32(p + 4, v);
413 PUTU32(p + 8, v);
415 PUTU32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dctr128.c240 PUTU32(ivec + 12, ctr32);
253 PUTU32(ivec + 12, ctr32);
H A Dmodes_lcl.h87 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
90 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
H A Dgcm128.c67 # undef PUTU32 macro
68 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
249 PUTU32(p, v);
251 PUTU32(p + 4, v);
253 PUTU32(p + 8, v);
255 PUTU32(p + 12, v);
409 PUTU32(p, v);
411 PUTU32(p + 4, v);
413 PUTU32(p + 8, v);
415 PUTU32(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcamellia.c101 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v))) macro
108 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
111 # define PUTU32(p,v) ({u32 r=(v); asm("bswapl %0":"=r"(r):"0"(r)); *(u32 *)(p)=r; }) macro
121 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
131 #if !defined(GETU32) && !defined(PUTU32)
133 # define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), (p)[3] = (u8)(v)) macro
520 PUTU32(ciphertext, s2);
521 PUTU32(ciphertext + 4, s3);
522 PUTU32(ciphertext + 8, s0);
523 PUTU32(ciphertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcamellia.c101 # define PUTU32(p,v) (*((u32 *)(p)) = SWAP((v))) macro
108 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
111 # define PUTU32(p,v) ({u32 r=(v); asm("bswapl %0":"=r"(r):"0"(r)); *(u32 *)(p)=r; }) macro
121 # define PUTU32(p,v) (*(u32 *)(p)=(v)) macro
131 #if !defined(GETU32) && !defined(PUTU32)
133 # define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), (p)[3] = (u8)(v)) macro
520 PUTU32(ciphertext, s2);
521 PUTU32(ciphertext + 4, s3);
522 PUTU32(ciphertext + 8, s0);
523 PUTU32(ciphertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dseed.c38 #define PUTU32(ct, st) { (ct)[0] = (byte)((st) >> 24); \
371 PUTU32 (outbuf, x3);
372 PUTU32 (outbuf+4, x4);
373 PUTU32 (outbuf+8, x1);
374 PUTU32 (outbuf+12, x2);
418 PUTU32 (outbuf, x3);
419 PUTU32 (outbuf+4, x4);
420 PUTU32 (outbuf+8, x1);
421 PUTU32 (outbuf+12, x2);
37 #define PUTU32 macro
H A Dcamellia.c59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
69 # define PUTU32(ct, st) { \ macro
1427 PUTU32(ciphertext, tmp[0]);
1428 PUTU32(ciphertext + 4, tmp[1]);
1429 PUTU32(ciphertext + 8, tmp[2]);
1430 PUTU32(ciphertext + 12, tmp[3]);
1457 PUTU32(plaintext, tmp[0]);
1458 PUTU32(plaintext + 4, tmp[1]);
1459 PUTU32(plaintext + 8, tmp[2]);
1460 PUTU32(plaintex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dseed.c38 #define PUTU32(ct, st) { (ct)[0] = (byte)((st) >> 24); \
371 PUTU32 (outbuf, x3);
372 PUTU32 (outbuf+4, x4);
373 PUTU32 (outbuf+8, x1);
374 PUTU32 (outbuf+12, x2);
418 PUTU32 (outbuf, x3);
419 PUTU32 (outbuf+4, x4);
420 PUTU32 (outbuf+8, x1);
421 PUTU32 (outbuf+12, x2);
37 #define PUTU32 macro
H A Dcamellia.c59 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
69 # define PUTU32(ct, st) { \ macro
1427 PUTU32(ciphertext, tmp[0]);
1428 PUTU32(ciphertext + 4, tmp[1]);
1429 PUTU32(ciphertext + 8, tmp[2]);
1430 PUTU32(ciphertext + 12, tmp[3]);
1457 PUTU32(plaintext, tmp[0]);
1458 PUTU32(plaintext + 4, tmp[1]);
1459 PUTU32(plaintext + 8, tmp[2]);
1460 PUTU32(plaintex
[all...]

Completed in 199 milliseconds