Searched refs:poly1305_key (Results 1 – 1 of 1) sorted by relevance
109 unsigned char poly1305_key[64]; in mbedtls_chachapoly_starts() local122 memset(poly1305_key, 0, sizeof(poly1305_key)); in mbedtls_chachapoly_starts()123 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, sizeof(poly1305_key), in mbedtls_chachapoly_starts()124 poly1305_key, poly1305_key); in mbedtls_chachapoly_starts()129 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()139 mbedtls_platform_zeroize(poly1305_key, 64U); in mbedtls_chachapoly_starts()