Embassy
embassy-stm32

Crates

git

Versions

stm32h755xi-cm4

Flavors

Trait embassy_stm32::cryp::CipherSized

source ·
pub trait CipherSized { }
Expand description

This trait enables restriction of ciphers to specific key sizes.

Implementors§

source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

source§

impl<'c> CipherSized for AesCbc<'c, { _ }>

source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

source§

impl<'c> CipherSized for AesCtr<'c, { _ }>

source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

source§

impl<'c> CipherSized for AesEcb<'c, { _ }>

source§

impl<'c> CipherSized for AesGcm<'c, { _ }>

source§

impl<'c> CipherSized for AesGcm<'c, { _ }>

source§

impl<'c> CipherSized for AesGcm<'c, { _ }>

source§

impl<'c> CipherSized for AesGmac<'c, { _ }>

source§

impl<'c> CipherSized for AesGmac<'c, { _ }>

source§

impl<'c> CipherSized for AesGmac<'c, { _ }>

source§

impl<'c> CipherSized for DesCbc<'c, { _ }>

source§

impl<'c> CipherSized for DesEcb<'c, { _ }>

source§

impl<'c> CipherSized for TdesCbc<'c, { _ }>

source§

impl<'c> CipherSized for TdesCbc<'c, { _ }>

source§

impl<'c> CipherSized for TdesEcb<'c, { _ }>

source§

impl<'c> CipherSized for TdesEcb<'c, { _ }>

source§

impl<'c, const TAG_SIZE: usize, const IV_SIZE: usize> CipherSized for AesCcm<'c, { _ }, TAG_SIZE, IV_SIZE>

source§

impl<'c, const TAG_SIZE: usize, const IV_SIZE: usize> CipherSized for AesCcm<'c, { _ }, TAG_SIZE, IV_SIZE>

source§

impl<'c, const TAG_SIZE: usize, const IV_SIZE: usize> CipherSized for AesCcm<'c, { _ }, TAG_SIZE, IV_SIZE>