Home
last modified time | relevance | path

Searched refs:poly1305_key (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Dchachapoly.c120 unsigned char poly1305_key[64]; in mbedtls_chachapoly_starts() local
133 memset(poly1305_key, 0, sizeof(poly1305_key)); in mbedtls_chachapoly_starts()
134 ret = mbedtls_chacha20_update(&ctx->chacha20_ctx, sizeof(poly1305_key), in mbedtls_chachapoly_starts()
135 poly1305_key, poly1305_key); in mbedtls_chachapoly_starts()
140 ret = mbedtls_poly1305_starts(&ctx->poly1305_ctx, poly1305_key); in mbedtls_chachapoly_starts()
150 mbedtls_platform_zeroize(poly1305_key, 64U); in mbedtls_chachapoly_starts()