Searched refs:cipher_len (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c43 int cipher_len; local
60 cipher_len = strcspn(cmsp, "-");
62 mode = cmsp + cipher_len;
74 if (cipher_len + mode_len + 3 > LO_NAME_SIZE)
80 memcpy(cmsp, info->lo_crypt_name, cipher_len);
81 cmsp += cipher_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dcryptocop.h95 size_t cipher_len; member in struct:strcop_crypto_op
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2398 if (crp_op->do_cipher && ((crp_op->cipher_start + crp_op->cipher_len) > ix)){
2402 ch_ix = crp_op->cipher_start + crp_op->cipher_len;
2596 if ((oper.cipher_start < 0) || (oper.cipher_len <= 0) || (oper.cipher_start > oper.inlen) || ((oper.cipher_start + oper.cipher_len) > oper.inlen)){
2603 if (oper.cipher_len % cblocklen) {
2609 cipher_outlen = oper.cipher_len;
2615 cipher_outlen = oper.cipher_len - cblocklen;
2802 if (oper.do_cipher && (oper.cipher_start < next_ix) && (prev_ix < (oper.cipher_start + oper.cipher_len))) {
2807 if (next_ix == (oper.cipher_start + oper.cipher_len)){
3236 "cipher_len
[all...]

Completed in 63 milliseconds