Searched refs:cs_config (Results 1 – 2 of 2) sorted by relevance
471 cs->cs_config &= ~CESA_CSH_AES_KLEN_MASK; in cesa_prep_aes_key()476 cs->cs_config |= CESA_CSH_AES_KLEN_128; in cesa_prep_aes_key()481 cs->cs_config |= CESA_CSH_AES_KLEN_192; in cesa_prep_aes_key()488 cs->cs_config |= CESA_CSH_AES_KLEN_256; in cesa_prep_aes_key()819 config = cr->cr_cs->cs_config; in cesa_create_chain()1644 cs->cs_config = 0; in cesa_newsession()1650 cs->cs_config |= CESA_CSHD_AES | CESA_CSHD_CBC; in cesa_newsession()1660 cs->cs_config |= CESA_CSHD_SHA1; in cesa_newsession()1666 cs->cs_config |= CESA_CSHD_SHA1_HMAC; in cesa_newsession()1668 cs->cs_config |= CESA_CSHD_96_BIT_HMAC; in cesa_newsession()[all …]
191 uint32_t cs_config; member