Home
last modified time | relevance | path

Searched refs:is_aes (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/sound/pci/mixart/
A Dmixart_mixer.c723 if(is_aes) { in mixart_update_playback_stream_level()
770 if(is_aes) { in mixart_update_capture_stream_level()
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_get() local
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_vol_put() local
854 if (is_aes) /* AES capture */ in mixart_pcm_vol_put()
860 if (is_aes) /* AES playback */ in mixart_pcm_vol_put()
877 mixart_update_capture_stream_level(chip, is_aes); in mixart_pcm_vol_put()
879 mixart_update_playback_stream_level(chip, is_aes, idx); in mixart_pcm_vol_put()
919 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK; in mixart_pcm_sw_put() local
925 if (is_aes) in mixart_pcm_sw_put()
[all …]
A Dmixart_mixer.h14 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
15 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
A Dmixart.c610 int is_aes = stream->pcm_number > MIXART_PCM_ANALOG; in snd_mixart_hw_params() local
612 mixart_update_playback_stream_level(chip, is_aes, subs->number); in snd_mixart_hw_params()
614 mixart_update_capture_stream_level( chip, is_aes); in snd_mixart_hw_params()
/linux-6.3-rc2/drivers/crypto/stm32/
A Dstm32-cryp.c211 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function
344 if (is_aes(cryp)) { in stm32_cryp_hw_write_iv()
364 if (is_aes(cryp)) { in stm32_cryp_get_iv()
474 if (is_aes(c) && c->caps->linear_aes_key) { in stm32_cryp_hw_write_key()
494 if (is_aes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode()
497 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
500 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode()
503 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()
506 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode()
1192 cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE; in stm32_cryp_prepare_req()
[all …]

Completed in 11 milliseconds