Searched refs:keysize (Results 1 - 10 of 10) sorted by relevance
/drivers/staging/lustre/lustre/include/lustre/ |
H A D | libiam.h | 76 int blocksize, int keysize, int recsize, int ptrsize); 102 int *keysize, char *save_key, 118 int *keysize, char *save_key, 127 int *keysize, char *save_key,
|
/drivers/misc/eeprom/ |
H A D | sunxi_sid.c | 40 unsigned int keysize; member in struct:sunxi_sid_data 53 if (offset >= sid_data->keysize) 73 if (pos < 0 || pos >= sid_data->keysize) 75 if (size > sid_data->keysize - pos) 76 size = sid_data->keysize - pos; 125 sid_data->keysize = (int)of_dev_id->data; 129 sid_bin_attr.size = sid_data->keysize; 133 entropy = kzalloc(sizeof(u8) * sid_data->keysize, GFP_KERNEL); 134 for (i = 0; i < sid_data->keysize; i++) 136 add_device_randomness(entropy, sid_data->keysize); [all...] |
/drivers/crypto/ux500/cryp/ |
H A D | cryp.c | 119 *control_register |= (cryp_config->keysize << CRYP_CR_KEYSIZE_POS); 313 switch (config->keysize) { 360 switch (config->keysize) {
|
H A D | cryp.h | 83 * @keysize: Key size for AES 90 int keysize; member in struct:cryp_config
|
H A D | cryp_core.c | 954 ctx->config.keysize = CRYP_KEY_SIZE_128; 958 ctx->config.keysize = CRYP_KEY_SIZE_192; 962 ctx->config.keysize = CRYP_KEY_SIZE_256;
|
/drivers/crypto/ |
H A D | hifn_795x.c | 652 unsigned int keysize; member in struct:hifn_context 1198 if (ctx->keysize) 1222 if (ctx->keysize != 16) 1228 if (ctx->keysize != 24) 1234 if (ctx->keysize != 32) 1240 if (ctx->keysize != 24) 1245 if (ctx->keysize != 8) 1254 nbytes, nbytes, ctx->key, ctx->keysize, 1638 ctx->key, ctx->keysize, 1662 ctx.keysize [all...] |
H A D | talitos.c | 1885 unsigned int keysize = keylen; local 1890 memcpy(ctx->key, key, keysize); 1900 keysize = digestsize; 1904 ctx->keylen = keysize;
|
/drivers/char/tpm/ |
H A D | tpm.h | 256 __be32 keysize; member in struct:tpm_readpubek_params_out
|
/drivers/input/keyboard/ |
H A D | lm8323.c | 335 int keysize = (lm->size_x << 4) | lm->size_y; local 349 lm8323_write(lm, 2, LM8323_CMD_SET_KEY_SIZE, keysize);
|
/drivers/block/ |
H A D | loop.c | 118 int i, keysize; local 129 keysize = lo->lo_encrypt_key_size; 131 *out++ = *in++ ^ key[(i & 511) % keysize];
|
Completed in 822 milliseconds