Home
last modified time | relevance | path

Searched defs:poly1305 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/
Dpoly1305_internal_test.c1509 POLY1305 poly1305; in test_poly1305() local
/third_party/mbedtls/programs/test/
Dbenchmark.c292 poly1305, member
/third_party/boringssl/src/crypto/cipher_extra/
De_chacha20poly1305.c145 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length()
/third_party/node/deps/npm/node_modules/tweetnacl/
Dnacl-fast.js467 var poly1305 = function(key) { function
498 poly1305.prototype.blocks = function(m, mpos, bytes) { class