19 #ifndef CRYPTO_PSA_RIOT_CIPHERS_H
20 #define CRYPTO_PSA_RIOT_CIPHERS_H
29 #if IS_USED(MODULE_PSA_RIOT_CIPHER_AES_128_CBC)
32 #if IS_USED(MODULE_PSA_RIOT_CIPHER_AES_192_CBC)
33 typedef cipher_t psa_cipher_aes_192_ctx_t;
35 #if IS_USED(MODULE_PSA_RIOT_CIPHER_AES_256_CBC)
36 typedef cipher_t psa_cipher_aes_256_ctx_t;
Headers for the packet encryption class.
Common macros and compiler attributes/pragmas configuration.
SaSiAesUserContext_t psa_cipher_aes_128_ctx_t
Map driver specific AES context to PSA context.
basic struct for using block ciphers contains the cipher interface and the context