Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcryptoloop.c43 int cipher_len; in cryptoloop_init() local
60 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init()
62 mode = cmsp + cipher_len; in cryptoloop_init()
74 if (cipher_len + mode_len + 3 > LO_NAME_SIZE) in cryptoloop_init()
80 memcpy(cmsp, info->lo_crypt_name, cipher_len); in cryptoloop_init()
81 cmsp += cipher_len; in cryptoloop_init()
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h95 size_t cipher_len; member
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c2402 if (crp_op->do_cipher && ((crp_op->cipher_start + crp_op->cipher_len) > ix)){ in next_cfg_change_ix()
2406 ch_ix = crp_op->cipher_start + crp_op->cipher_len; in next_cfg_change_ix()
2600 …er.cipher_start < 0) || (oper.cipher_len <= 0) || (oper.cipher_start > oper.inlen) || ((oper.ciphe… in cryptocop_ioctl_process()
2607 if (oper.cipher_len % cblocklen) { in cryptocop_ioctl_process()
2613 cipher_outlen = oper.cipher_len; in cryptocop_ioctl_process()
2619 cipher_outlen = oper.cipher_len - cblocklen; in cryptocop_ioctl_process()
2806 ….do_cipher && (oper.cipher_start < next_ix) && (prev_ix < (oper.cipher_start + oper.cipher_len))) { in cryptocop_ioctl_process()
2811 if (next_ix == (oper.cipher_start + oper.cipher_len)){ in cryptocop_ioctl_process()
3262 cop->cipher_len, in print_strcop_crypto_op()