Home
last modified time | relevance | path

Searched refs:poly_key (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c307 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
314 memset(poly_key, 0, sizeof(poly_key)); in chachapoly_crypt()
318 poly_key, poly_key, sizeof(poly_key)); in chachapoly_crypt() local
324 poly1305_auth(expected_tag, src, aadlen + len, poly_key); in chachapoly_crypt()
344 poly_key); in chachapoly_crypt()
350 lws_explicit_bzero(poly_key, sizeof(poly_key)); in chachapoly_crypt()
[all...]
/kernel/linux/linux-5.10/include/crypto/
H A Dnhpoly1305.h36 struct poly1305_core_key poly_key; member
/kernel/linux/linux-6.6/include/crypto/
H A Dnhpoly1305.h36 struct poly1305_core_key poly_key; member
/kernel/linux/linux-5.10/crypto/
H A Dnhpoly1305.c81 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value()
134 poly1305_core_setkey(&ctx->poly_key, key); in crypto_nhpoly1305_setkey()
/kernel/linux/linux-6.6/crypto/
H A Dnhpoly1305.c81 poly1305_core_blocks(&state->poly_state, &key->poly_key, state->nh_hash, in process_nh_hash_value()
134 poly1305_core_setkey(&ctx->poly_key, key); in crypto_nhpoly1305_setkey()

Completed in 3 milliseconds