Lines Matching refs:MBEDTLS_PRIVATE
70 unsigned char MBEDTLS_PRIVATE(y)[16]; /*!< The Y working buffer */
71 unsigned char MBEDTLS_PRIVATE(ctr)[16]; /*!< The counter buffer */
72 size_t MBEDTLS_PRIVATE(plaintext_len); /*!< Total plaintext length */
73 size_t MBEDTLS_PRIVATE(add_len); /*!< Total authentication data length */
74 size_t MBEDTLS_PRIVATE(tag_len); /*!< Total tag length */
75 size_t MBEDTLS_PRIVATE(processed); /*!< Track how many bytes of input data
81 unsigned int MBEDTLS_PRIVATE(q); /*!< The Q working value */
82 unsigned int MBEDTLS_PRIVATE(mode); /*!< The operation to perform:
88 …mbedtls_block_cipher_context_t MBEDTLS_PRIVATE(block_cipher_ctx); /*!< The cipher context used.…
90 mbedtls_cipher_context_t MBEDTLS_PRIVATE(cipher_ctx); /*!< The cipher context used. */
92 int MBEDTLS_PRIVATE(state); /*!< Working value holding context's