Crypto Algorithm Utilities#

Modules#

sl_se_aead_info_t

sl_se_cipher_info_t

sl_se_hash_info_t

sl_se_crypto_alg_specific_info_t

sl_se_crypto_operation_t

Enumerations#

enum
SL_SE_ALG_AES_CTR
SL_SE_ALG_SHA_256
}

SE Crypto algorithms (ciphers, AEADs, MACs, hashes, etc) used for the code region write function.

Enumeration Documentation#

sl_se_crypto_alg_t#

sl_se_crypto_alg_t

SE Crypto algorithms (ciphers, AEADs, MACs, hashes, etc) used for the code region write function.

Enumerator
SL_SE_ALG_AES_CTR

Counter mode AES cipher.

SL_SE_ALG_SHA_256

SHA2-256.