Searched refs:input (Results 1 - 7 of 7) sorted by relevance

/crypto/
H A Dtestmgr.h52 char *input; member in struct:cipher_testvec
67 char *input; member in struct:aead_testvec
2169 .input = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
2176 .input = "\x22\x33\x44\x55\x66\x77\x88\x99",
2183 .input = "\x01\xa1\xd6\xd0\x39\x77\x67\x42",
2190 .input = "\x01\x23\x45\x67\x89\xab\xcd\xe7"
2203 .input = "\x01\x23\x45\x67\x89\xab\xcd\xe7",
2210 .input = "\x01\x23\x45\x67\x89\xab\xcd\xe7"
2221 .input = "\x01\x23\x45\x67\x89\xab\xcd\xe7"
2236 .input
26091 char input[COMP_BUF_SIZE]; member in struct:comp_testvec
26099 char input[COMP_BUF_SIZE]; member in struct:pcomp_testvec
[all...]
H A Dsalsa20_generic.c55 u32 input[16]; member in struct:salsa20_ctx
58 static void salsa20_wordtobyte(u8 output[64], const u32 input[16]) argument
63 memcpy(x, input, sizeof(x));
99 x[i] += input[i];
111 ctx->input[1] = U8TO32_LITTLE(k + 0);
112 ctx->input[2] = U8TO32_LITTLE(k + 4);
113 ctx->input[3] = U8TO32_LITTLE(k + 8);
114 ctx->input[4] = U8TO32_LITTLE(k + 12);
121 ctx->input[11] = U8TO32_LITTLE(k + 0);
122 ctx->input[1
[all...]
H A Dsha512_generic.c69 static inline void LOAD_OP(int I, u64 *W, const u8 *input) argument
71 W[I] = __be64_to_cpu( ((__be64*)(input))[I] );
80 sha512_transform(u64 *state, const u8 *input) argument
97 /* load the input */
99 LOAD_OP(i + j, W, input);
195 /* Buffer remaining input */
H A Dtestmgr.c377 void *input; local
426 /* some tepmplates have no input data but they will
427 * touch input
429 input = xbuf[0];
437 memcpy(input, template[i].input, template[i].ilen);
468 sg_init_one(&sg[0], input,
477 output = input;
569 memcpy(q, template[i].input + temp,
694 memcmp(q, template[i].input
[all...]
H A Dsha256_generic.c43 static inline void LOAD_OP(int I, u32 *W, const u8 *input) argument
45 W[I] = __be32_to_cpu( ((__be32*)(input))[I] );
53 static void sha256_transform(u32 *state, const u8 *input) argument
59 /* load the input */
61 LOAD_OP(i, W, input);
H A Dcrypto_user.c514 .input = crypto_netlink_rcv,
H A DKconfig256 the input block by block.

Completed in 125 milliseconds