Searched refs:inlen (Results 1 – 7 of 7) sorted by relevance
| /arch/arm/crypto/ |
| A D | blake2b-neon-glue.c | 37 const u8 *in, unsigned int inlen) in crypto_blake2b_update_neon() argument 39 return crypto_blake2b_update_bo(desc, in, inlen, blake2b_compress_arch); in crypto_blake2b_update_neon() 43 unsigned int inlen, u8 *out) in crypto_blake2b_finup_neon() argument 45 return crypto_blake2b_finup(desc, in, inlen, out, in crypto_blake2b_finup_neon()
|
| /arch/s390/crypto/ |
| A D | hmac_s390.c | 101 static int hash_data(const u8 *in, unsigned int inlen, in hash_data() argument 130 PARAM_INIT(256, 224, inlen * 8); in hash_data() 136 PARAM_INIT(256, 256, inlen * 8); in hash_data() 140 PARAM_INIT(512, 384, inlen * 8); in hash_data() 146 PARAM_INIT(512, 512, inlen * 8); in hash_data() 154 cpacf_klmd(func, ¶m, in, inlen); in hash_data() 161 static int hash_key(const u8 *in, unsigned int inlen, in hash_key() argument 164 return hash_data(in, inlen, digest, digestsize, true); in hash_key()
|
| A D | phmac_s390.c | 192 static int hash_key(const u8 *in, unsigned int inlen, in hash_key() argument 221 PARAM_INIT(256, 224, inlen * 8); in hash_key() 225 PARAM_INIT(256, 256, inlen * 8); in hash_key() 229 PARAM_INIT(512, 384, inlen * 8); in hash_key() 233 PARAM_INIT(512, 512, inlen * 8); in hash_key() 241 cpacf_klmd(func, ¶m, in, inlen); in hash_key()
|
| /arch/x86/platform/olpc/ |
| A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument 150 if (inbuf && inlen) { in olpc_xo1_ec_cmd() 152 for (i = 0; i < inlen; i++) { in olpc_xo1_ec_cmd()
|
| /arch/powerpc/include/asm/ |
| A D | vio.h | 71 s64 inlen; member
|
| /arch/powerpc/kernel/ |
| A D | nvram_64.c | 318 static int nvram_compress(const void *in, void *out, size_t inlen, in nvram_compress() argument 330 stream.avail_in = inlen; in nvram_compress()
|
| /arch/powerpc/platforms/pseries/ |
| A D | vio.c | 1109 op->in, op->inlen, op->out, in vio_h_cop_sync()
|
Completed in 18 milliseconds