Searched refs:CIPHER_MODE_XTS (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dspu.c249 if (cipher_mode == CIPHER_MODE_XTS) {
338 if (cipher_mode == CIPHER_MODE_XTS)
367 if (cipher_mode == CIPHER_MODE_XTS)
948 if (cipher_parms->mode == CIPHER_MODE_XTS)
982 if (cipher_parms->mode == CIPHER_MODE_XTS)
999 if (cipher_parms->mode == CIPHER_MODE_XTS)
H A Dspu.h41 CIPHER_MODE_XTS = 0x7, enumerator in enum:spu_cipher_mode
H A Dcipher.c154 if ((ctx->cipher.mode == CIPHER_MODE_XTS) &&
219 if ((ctx->cipher.mode == CIPHER_MODE_XTS) &&
435 if ((ctx->cipher.mode == CIPHER_MODE_XTS) &&
449 if ((ctx->cipher.mode == CIPHER_MODE_XTS) &&
485 if ((ctx->cipher.mode == CIPHER_MODE_XTS) &&
1743 ctx->cipher.mode == CIPHER_MODE_XTS ||
1796 if (ctx->cipher.mode == CIPHER_MODE_XTS)
1852 (ctx->cipher.mode == CIPHER_MODE_XTS)) {
2664 ctx->cipher.mode == CIPHER_MODE_XTS ||
3662 .mode = CIPHER_MODE_XTS,
[all...]
H A Dutil.c313 case CIPHER_MODE_XTS:
H A Dspu2.c116 case CIPHER_MODE_XTS:
/linux-master/drivers/scsi/pm8001/
H A Dpm80xx_hwi.h207 #define CIPHER_MODE_XTS 0x00000002 macro
H A Dpm80xx_hwi.c1317 pm8001_ha->encrypt_info.cipher_mode = CIPHER_MODE_XTS;
1349 pm8001_ha->encrypt_info.cipher_mode = CIPHER_MODE_XTS;
1371 pm8001_ha->encrypt_info.cipher_mode = CIPHER_MODE_XTS;

Completed in 166 milliseconds