embassy-stm32

Crates

git

Versions

stm32h7s3v8

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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>