Searched refs:mbedtls_chacha_user_context (Results 1 – 2 of 2) sorted by relevance
94 typedef struct mbedtls_chacha_user_context { struct98 }mbedtls_chacha_user_context; typedef114 …mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the ChaCha context buffe…132 … mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */151 … mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */170 mbedtls_chacha_user_context *pContextID /*!< [in] A pointer to the context buffer. */
38 static CCError_t ChachaBlock(mbedtls_chacha_user_context *pContextID, in ChachaBlock()92 CIMPORT_C CCError_t mbedtls_chacha_init(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_init()119 if (sizeof(mbedtls_chacha_user_context) != sizeof(ChachaContext_t)) { in mbedtls_chacha_init()166 CIMPORT_C CCError_t mbedtls_chacha_block(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_block()181 CIMPORT_C CCError_t mbedtls_chacha_finish(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_finish()193 CIMPORT_C CCError_t mbedtls_chacha_free(mbedtls_chacha_user_context *pContextID) in mbedtls_chacha_free()216 mbedtls_chacha_user_context UserContext; in mbedtls_chacha()