Deprecated List
Global ADC_convertRawToMicroVolts
ADC_convertRawToMicroVolts() is succeeded by ADC_convertToMicroVolts().
Global AESCBC_Operation
Define a typedef for deprecated operation AESCBC_Operation. Existing code should be refactored to use AESCBC_OneStepOperation. This reference may be removed at some point in the future
Global AESCBC_Operation_init (AESCBC_Operation *operationStruct)
This function should be replaced by calls to operation-specific init functions.
Global AESCCM_Operation
Define a typedef for deprecated operation AESCCM_Operation. Existing code should be refactored to use AESCCM_OneStepOperation. This reference may be removed at some point in the future
Global AESCCM_Operation_init (AESCCM_Operation *operationStruct)
This function should be replaced by calls to operation-specific init functions.
Global AESCTR_Operation
Define a typedef for deprecated operation AESCTR_Operation. Existing code should be refactored to use AESCTR_OneStepOperation. This reference may be removed at some point in the future.
Global AESCTR_Operation_init (AESCTR_Operation *operation)
Use AESCTR_OneStepOperation_init() or AESCTR_SegmentedOperation_init() based on whether it is a one-step or a segmented AESCTR operation.
Global AESCTRDRBG_getBytes (AESCTRDRBG_Handle handle, CryptoKey *randomBytes)
This function has been replaced by a pair of new functions. See AESCTRDRBG_generateKey() and AESCTRDRBG_getRandomBytes().
Global AESGCM_Operation
Define a typedef for deprecated operation AESGCM_Operation. Existing code should be refactored to use AESGCM_OneStepOperation. This reference may be removed at some point in the future
Global AESGCM_Operation_init (AESGCM_Operation *operationStruct)
This function should be replaced by calls to operation-specific init functions.
© Copyright 1995-2023, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale