OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_ctx
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
cipher-chachapoly.c
36
chacha_keysetup(&ctx->
main_ctx
, key, 256);
65
chacha_ivsetup(&ctx->
main_ctx
, seqbuf, NULL);
66
chacha_encrypt_bytes(&ctx->
main_ctx
,
87
chacha_ivsetup(&ctx->
main_ctx
, seqbuf, one);
88
chacha_encrypt_bytes(&ctx->
main_ctx
, src + aadlen,
cipher-chachapoly.h
28
struct chacha_ctx
main_ctx
, header_ctx;
member in struct:chachapoly_ctx
Completed in 2490 milliseconds