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

/linux-master/drivers/scsi/
H A Dst.h142 unsigned char c_algo; /* compression algorithm */ member in struct:scsi_tape
H A Dst.c2442 STp->c_algo = (value & 0xff00) >> 8;
2445 STp->c_algo);
2591 if (STp->c_algo != 0)
2592 b_data[mpoffs + CP_OFF_C_ALGO] = STp->c_algo;
2596 if (STp->c_algo != 0)
/linux-master/tools/testing/selftests/net/
H A Dipsec.c541 char c_algo[ALGO_LEN]; member in struct:xfrm_desc
842 clen = strlen(desc->c_algo);
863 strncpy(alg.u.alg.alg_name, desc->c_algo, ALGO_LEN - 1);
864 if (xfrm_fill_key(desc->c_algo, alg.u.alg.alg_key,
2046 strncpy(desc.c_algo, c, ALGO_LEN - 1);
2258 d->e_algo, d->c_algo, d->ae_algo, d->icv_len);

Completed in 159 milliseconds