Searched refs:mac_key (Results 1 – 1 of 1) sorted by relevance
194 uint8_t mac_key[2 * kPoly1305KeySize] = {0}; in Poly1305() local196 memcpy(mac_key, key, kPoly1305KeySize); in Poly1305()199 CRYPTO_poly1305_init(&state, mac_key); in Poly1305()