Searched refs:crypt_len (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c48 * @crypt_len: length of current hw crypt/hash process
68 int crypt_len; member in struct:req_progress
223 copy_src_to_buf(p, cpg->sram + SRAM_DATA_IN_START + p->crypt_len,
224 data_in_sram - p->crypt_len);
225 p->crypt_len = data_in_sram;
274 op.enc_len = cpg->p.crypt_len;
324 MAC_DIGEST_P(SRAM_DIGEST_BUF) | MAC_FRAG_LEN(p->crypt_len);
330 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes)
425 cpg->p.hw_processed_bytes += cpg->p.crypt_len;
427 int need_copy_len = cpg->p.crypt_len;
[all...]
H A Dixp4xx_crypto.c131 u16 crypt_len; /* Cryption data length */ member in struct:crypt_ctl
135 u16 crypt_len; /* Cryption data length */ member in struct:crypt_ctl
717 crypt->crypt_len = AES_BLOCK128;
908 crypt->crypt_len = nbytes;
1039 crypt->crypt_len = eff_cryptlen;

Completed in 145 milliseconds