#include <ti_psa_crypto_cipher.h>
§ aesecbConfig
§ aesecbObject
§ aesecb
| struct { ... } ti_psa_cipher_operation_s::aesecb |
§ aescbcConfig
§ aescbcObject
§ aescbc
| struct { ... } ti_psa_cipher_operation_s::aescbc |
§ aesctrConfig
§ aesctrObject
§ aesctr
| struct { ... } ti_psa_cipher_operation_s::aesctr |
§ driver
| union { ... } ti_psa_cipher_operation_s::driver |
§ id
| unsigned int ti_psa_cipher_operation_s::id |
§ iv_required
| unsigned int ti_psa_cipher_operation_s::iv_required |
§ iv_set
| unsigned int ti_psa_cipher_operation_s::iv_set |
§ is_encrypt
| unsigned int ti_psa_cipher_operation_s::is_encrypt |
§ in_error_state
| unsigned int ti_psa_cipher_operation_s::in_error_state |
§ default_iv_length
| size_t ti_psa_cipher_operation_s::default_iv_length |
§ alg
| psa_algorithm_t ti_psa_cipher_operation_s::alg |
§ unprocessed_len
| size_t ti_psa_cipher_operation_s::unprocessed_len |
Number of bytes that have not been processed yet
§ unprocessed_data
| uint8_t ti_psa_cipher_operation_s::unprocessed_data[PSA_BLOCK_CIPHER_BLOCK_MAX_SIZE] |
§ curr_unprocessed_data
| uint8_t* ti_psa_cipher_operation_s::curr_unprocessed_data |
§ cryptoKey
| CryptoKey ti_psa_cipher_operation_s::cryptoKey |
The documentation for this struct was generated from the following file: