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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c60 XSprePUSH; PUSHi((IV)RETVAL);
83 XSprePUSH; PUSHi((IV)RETVAL);
106 XSprePUSH; PUSHi((IV)RETVAL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/scripts/perl/Perf-Trace-Util/
H A DContext.c60 XSprePUSH; PUSHi((IV)RETVAL);
83 XSprePUSH; PUSHi((IV)RETVAL);
106 XSprePUSH; PUSHi((IV)RETVAL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/DB_File/
H A Dfallback.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
123 constant_8 (pTHX_ const char *name, IV *iv_return) {
167 constant_9 (pTHX_ const char *name, IV *iv_return) {
211 constant_10 (pTHX_ const char *name, IV *iv_return) {
266 constant_11 (pTHX_ const char *name, IV *iv_return) {
332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
347 my $types = {map {($_, 1)} qw(IV)};
356 foreach (C_constant ("DB_File", 'constant', 'IV', $types, undef, 3, @names) ) {
H A Dfallback.xs11 IV iv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/DB_File/
H A Dfallback.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
123 constant_8 (pTHX_ const char *name, IV *iv_return) {
167 constant_9 (pTHX_ const char *name, IV *iv_return) {
211 constant_10 (pTHX_ const char *name, IV *iv_return) {
266 constant_11 (pTHX_ const char *name, IV *iv_return) {
332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
347 my $types = {map {($_, 1)} qw(IV)};
356 foreach (C_constant ("DB_File", 'constant', 'IV', $types, undef, 3, @names) ) {
H A Dfallback.xs11 IV iv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/DB_File/
H A Dfallback.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
123 constant_8 (pTHX_ const char *name, IV *iv_return) {
167 constant_9 (pTHX_ const char *name, IV *iv_return) {
211 constant_10 (pTHX_ const char *name, IV *iv_return) {
266 constant_11 (pTHX_ const char *name, IV *iv_return) {
332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
347 my $types = {map {($_, 1)} qw(IV)};
356 foreach (C_constant ("DB_File", 'constant', 'IV', $types, undef, 3, @names) ) {
H A Dfallback.xs11 IV iv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/crypto/rijndael/
H A Drijndael-api-fst.h71 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
88 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member in struct:__anon35866
H A Drijndael-api-fst.c94 __db_cipherInit(cipher, mode, IV)
97 char *IV;
104 if (IV != NULL) {
105 memcpy(cipher->IV, IV, MAX_IV_SIZE);
149 iv = cipher->IV;
164 iv = cipher->IV;
240 iv = cipher->IV;
309 memcpy(tmpiv, cipher->IV, MAX_IV_SIZE);
324 iv = cipher->IV;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/crypto/rijndael/
H A Drijndael-api-fst.h71 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
88 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member in struct:__anon936
H A Drijndael-api-fst.c94 __db_cipherInit(cipher, mode, IV)
97 char *IV;
104 if (IV != NULL) {
105 memcpy(cipher->IV, IV, MAX_IV_SIZE);
149 iv = cipher->IV;
164 iv = cipher->IV;
240 iv = cipher->IV;
309 memcpy(tmpiv, cipher->IV, MAX_IV_SIZE);
324 iv = cipher->IV;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/crypto/rijndael/
H A Drijndael-api-fst.h71 #define MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
88 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member in struct:__anon1841
H A Drijndael-api-fst.c94 __db_cipherInit(cipher, mode, IV)
97 char *IV;
104 if (IV != NULL) {
105 memcpy(cipher->IV, IV, MAX_IV_SIZE);
149 iv = cipher->IV;
164 iv = cipher->IV;
240 iv = cipher->IV;
309 memcpy(tmpiv, cipher->IV, MAX_IV_SIZE);
324 iv = cipher->IV;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs11 IV iv;
H A Dconstants.h24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
148 constant_8 (pTHX_ const char *name, IV *iv_return) {
256 constant_9 (pTHX_ const char *name, IV *iv_return) {
446 constant_10 (pTHX_ const char *name, IV *iv_return) {
709 constant_11 (pTHX_ const char *name, IV *iv_return) {
1211 constant_12 (pTHX_ const char *name, IV *iv_return) {
1706 constant_13 (pTHX_ const char *name, IV *iv_return) {
2234 constant_14 (pTHX_ const char *name, IV *iv_return) {
2816 constant_15 (pTHX_ const char *name, IV *iv_retur
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs11 IV iv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/perl/BerkeleyDB/
H A Dconstants.xs11 IV iv;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dcryptoloop.c115 int size, sector_t IV)
150 iv[0] = cpu_to_le32(IV & 0xffffffff);
160 IV++;
112 cryptoloop_transfer(struct loop_device *lo, int cmd, struct page *raw_page, unsigned raw_off, struct page *loop_page, unsigned loop_off, int size, sector_t IV) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c115 int size, sector_t IV)
150 iv[0] = cpu_to_le32(IV & 0xffffffff);
160 IV++;
112 cryptoloop_transfer(struct loop_device *lo, int cmd, struct page *raw_page, unsigned raw_off, struct page *loop_page, unsigned loop_off, int size, sector_t IV) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/crypto/
H A Daesni-intel_asm.S34 #define IV %xmm3 define
684 movups (IVP), IV
698 pxor IV, STATE1
702 movaps IN4, IV
719 pxor IV, STATE
721 movaps IN, IV
728 movups IV, (IVP)
740 * IV
742 * CTR: == IV, in little endian
749 movaps IV, CT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_asm.S34 #define IV %xmm3 define
684 movups (IVP), IV
698 pxor IV, STATE1
702 movaps IN4, IV
719 pxor IV, STATE
721 movaps IN, IV
728 movups IV, (IVP)
740 * IV
742 * CTR: == IV, in little endian
749 movaps IV, CT
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/aes/
H A Dbsaes-armv7.S1076 ldr r8, [ip] @ IV is 1st arg on the stack
1078 sub sp, #0x10 @ scratch space to carry over the IV
1117 vld1.8 {q15}, [r8] @ load IV
1136 vstmia r9, {q15} @ put aside IV
1140 vldmia r9, {q14} @ reload IV
1142 veor q0, q0, q14 @ ^= IV
1177 vstmia r9, {q15} @ put aside IV
1194 vldmia r9, {q14} @ reload IV
1196 veor q0, q0, q14 @ ^= IV
1217 vldmia r9,{q14} @ reload IV
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/aes/
H A Dbsaes-armv7.S1076 ldr r8, [ip] @ IV is 1st arg on the stack
1078 sub sp, #0x10 @ scratch space to carry over the IV
1117 vld1.8 {q15}, [r8] @ load IV
1136 vstmia r9, {q15} @ put aside IV
1140 vldmia r9, {q14} @ reload IV
1142 veor q0, q0, q14 @ ^= IV
1177 vstmia r9, {q15} @ put aside IV
1194 vldmia r9, {q14} @ reload IV
1196 veor q0, q0, q14 @ ^= IV
1217 vldmia r9,{q14} @ reload IV
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/aes/
H A Dbsaes-armv7.S1076 ldr r8, [ip] @ IV is 1st arg on the stack
1078 sub sp, #0x10 @ scratch space to carry over the IV
1117 vld1.8 {q15}, [r8] @ load IV
1136 vstmia r9, {q15} @ put aside IV
1140 vldmia r9, {q14} @ reload IV
1142 veor q0, q0, q14 @ ^= IV
1177 vstmia r9, {q15} @ put aside IV
1194 vldmia r9, {q14} @ reload IV
1196 veor q0, q0, q14 @ ^= IV
1217 vldmia r9,{q14} @ reload IV
[all...]

Completed in 191 milliseconds

123