EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
Main Page
Related Pages
Modules
Data Structures
Files
Documentation Home
silabs.com
Deprecated List
globalScope> Global
AES_CBC128
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CBC128
instead.
globalScope> Global
AES_CBC256
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CBC256
instead.
globalScope> Global
AES_CFB128
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CFB128
instead.
globalScope> Global
AES_CFB256
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CFB256
instead.
globalScope> Global
AES_CTR128
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, uint8_t *ctr, CRYPTO_AES_CtrFuncPtr_TypeDef ctrFunc)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CTR128
instead.
globalScope> Global
AES_CTR256
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, uint8_t *ctr, CRYPTO_AES_CtrFuncPtr_TypeDef ctrFunc)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CTR256
instead.
globalScope> Global
AES_CTRUpdate32Bit
(uint8_t *ctr)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_CTRUpdate32Bit
instead.
globalScope> Global
AES_DecryptKey128
(uint8_t *out, const uint8_t *in)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_DecryptKey128
instead.
globalScope> Global
AES_DecryptKey256
(uint8_t *out, const uint8_t *in)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_DecryptKey256
instead.
globalScope> Global
AES_ECB128
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_ECB128
instead.
globalScope> Global
AES_ECB256
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, bool encrypt)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_ECB256
instead.
globalScope> Global
AES_OFB128
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_OFB128
instead.
globalScope> Global
AES_OFB256
(uint8_t *out, const uint8_t *in, unsigned int len, const uint8_t *key, const uint8_t *iv)
This function is present to preserve backwards compatibility. Use
CRYPTO_AES_OFB256
instead.
Generated on Tue Dec 8 2015 15:39:59 for EFM32 Pearl Gecko Software Documentation by
1.8.10