Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_rec_chapol.c29 br_chacha20_run ichacha, br_poly1305_run ipoly, in gen_chapol_init() argument
34 cc->ipoly = ipoly; in gen_chapol_init()
59 cc->ipoly(cc->key, nonce, data, len, header, sizeof header, in gen_chapol_process()
65 br_chacha20_run ichacha, br_poly1305_run ipoly, in in_chapol_init() argument
69 gen_chapol_init(cc, ichacha, ipoly, key, iv); in in_chapol_init()
123 br_chacha20_run ichacha, br_poly1305_run ipoly, in out_chapol_init() argument
127 gen_chapol_init(cc, ichacha, ipoly, key, iv); in out_chapol_init()
H A Dssl_engine.c1517 cc->ichacha, cc->ipoly, cipher_key, iv); in br_ssl_engine_switch_chapol_in()
1538 cc->ichacha, cc->ipoly, cipher_key, iv); in br_ssl_engine_switch_chapol_out()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_ssl.h631 br_poly1305_run ipoly,
663 br_poly1305_run ipoly,
687 br_poly1305_run ipoly; member
1106 br_poly1305_run ipoly; member
1546 br_poly1305_run ipoly) in br_ssl_engine_set_poly1305() argument
1548 cc->ipoly = ipoly; in br_ssl_engine_set_poly1305()
/freebsd/contrib/bearssl/tools/
H A Dsslio.c306 if (cc->ipoly != 0) { in run_ssl_engine()
308 get_algo_name(cc->ipoly, 0)); in run_ssl_engine()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c5106 test_Poly1305_inner(const char *name, br_poly1305_run ipoly, in test_Poly1305_inner() argument
5128 ipoly(key, nonce, data, len, in test_Poly1305_inner()
5132 ipoly(key, nonce, data, len, in test_Poly1305_inner()
5159 ipoly(key, iv, tmp, u, aad, u, tag1, in test_Poly1305_inner()