Searched refs:cipher_mode (Results 1 – 7 of 7) sorted by relevance
405 enum ccp_aes_mode cipher_mode; in ccp_newsession() local435 cipher_mode = CCP_AES_MODE_CBC; in ccp_newsession()438 cipher_mode = CCP_AES_MODE_CTR; in ccp_newsession()441 cipher_mode = CCP_AES_MODE_GCTR; in ccp_newsession()444 cipher_mode = CCP_AES_MODE_XTS; in ccp_newsession()447 cipher_mode = CCP_AES_MODE_ECB; in ccp_newsession()499 if (cipher_mode != CCP_AES_MODE_ECB) { in ccp_newsession()500 s->blkcipher.cipher_mode = cipher_mode; in ccp_newsession()
79 unsigned cipher_mode; member
1633 desc->aes.mode = s->blkcipher.cipher_mode; in ccp_do_blkcipher()
158 unsigned int cipher_mode; member634 if (s->cipher.cipher_mode == SCMD_CIPH_MODE_AES_CBC && in ccr_cipher()666 if (s->cipher.cipher_mode == SCMD_CIPH_MODE_AES_XTS) in ccr_cipher()726 V_SCMD_CIPH_MODE(s->cipher.cipher_mode) | in ccr_cipher()737 switch (s->cipher.cipher_mode) { in ccr_cipher()835 if (s->cipher.cipher_mode == SCMD_CIPH_MODE_AES_CBC && in ccr_eta()840 if (s->cipher.cipher_mode == SCMD_CIPH_MODE_AES_XTS) in ccr_eta()1034 V_SCMD_CIPH_MODE(s->cipher.cipher_mode) | in ccr_eta()1045 switch (s->cipher.cipher_mode) { in ccr_eta()2085 if (s->cipher.cipher_mode == SCMD_CIPH_MODE_AES_XTS) in ccr_aes_setkey()[all …]
677 pCard->cipher_mode = CIPHER_MODE_INVALID; in agtiapi_SetupEncryptionPools()828 pCard->cipher_mode = new_cipher_mode; in agtiapi_EncryptionIoctl()1030 pCard->cipher_mode = TI_ENCRYPT_ATTRIB_CIPHER_XTS; in agtiapi_SetupEncryptedIO()1032 if (pCard->cipher_mode == CIPHER_MODE_INVALID) { in agtiapi_SetupEncryptedIO()1039 pccb->tiSuperScsiRequest.Encrypt.encryptMode = pCard->cipher_mode; in agtiapi_SetupEncryptedIO()
430 unsigned long cipher_mode; in prepare_cipher_methods() local476 cipher_mode = cipher_data[i].flags & EVP_CIPH_MODE; in prepare_cipher_methods()480 cipher_mode == EVP_CIPH_CTR_MODE ? 1 : in prepare_cipher_methods()492 cipher_mode == EVP_CIPH_CTR_MODE ? in prepare_cipher_methods()
363 bit32 cipher_mode; // storage of cipher mode member