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.
Global EDDSA_cancelOperation (EDDSA_Handle handle)
This function will be deprecated in the 3Q20 SDK release. The asynchronicity of the function can not be handled by all accelerators.
Global TRNG_CallbackFxn
TRNG_CallbackFxn will be replaced by TRNG_CryptoKeyCallbackFxn
Global TRNG_generateEntropy (TRNG_Handle handle, CryptoKey *entropy)
This function has been replaced by a pair of new functions. See TRNG_generateKey() and TRNG_getRandomBytes().
© Copyright 1995-2022, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale