Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_engine_default_chapol.c58 br_ssl_engine_set_poly1305(cc, &br_poly1305_ctmul32_run); in br_ssl_engine_set_default_chapol()
/freebsd/contrib/bearssl/src/symcipher/
H A Dpoly1305_ctmul32.c166 br_poly1305_ctmul32_run(const void *key, const void *iv, in br_poly1305_ctmul32_run() function
/freebsd/contrib/bearssl/tools/
H A Dnames.c455 { "poly1305_ctmul32", "ctmul32", &br_poly1305_ctmul32_run },
/freebsd/contrib/bearssl/inc/
H A Dbearssl_block.h2551 void br_poly1305_ctmul32_run(const void *key, const void *iv,
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c428 &br_poly1305_ctmul32_run); in test_speed_poly1305_ctmul32()
H A Dtest_crypto.c5190 test_Poly1305_inner("Poly1305_ctmul32", &br_poly1305_ctmul32_run, in test_Poly1305_ctmul32()