OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_onetimeauth_poly1305_update
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/chacha20poly1305/sodium/
aead_chacha20poly1305.c
40
crypto_onetimeauth_poly1305_update
(&state, ad, adlen);
42
crypto_onetimeauth_poly1305_update
(&state, slen, sizeof slen);
46
crypto_onetimeauth_poly1305_update
(&state, c, mlen);
48
crypto_onetimeauth_poly1305_update
(&state, slen, sizeof slen);
111
crypto_onetimeauth_poly1305_update
(&state, ad, adlen);
112
crypto_onetimeauth_poly1305_update
(&state, _pad0, (0x10 - adlen) & 0xf);
116
crypto_onetimeauth_poly1305_update
(&state, c, mlen);
117
crypto_onetimeauth_poly1305_update
(&state, _pad0, (0x10 - mlen) & 0xf);
120
crypto_onetimeauth_poly1305_update
(&state, slen, sizeof slen);
123
crypto_onetimeauth_poly1305_update
(&state, slen, sizeof slen)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c
133
crypto_onetimeauth_poly1305_update
(&poly1305_state, ad, adlen);
134
crypto_onetimeauth_poly1305_update
(&poly1305_state, _pad0,
141
crypto_onetimeauth_poly1305_update
(&poly1305_state, block, sizeof block);
146
crypto_onetimeauth_poly1305_update
(&poly1305_state, c, mlen);
147
crypto_onetimeauth_poly1305_update
151
crypto_onetimeauth_poly1305_update
(&poly1305_state, slen, sizeof slen);
153
crypto_onetimeauth_poly1305_update
(&poly1305_state, slen, sizeof slen);
209
crypto_onetimeauth_poly1305_update
(&poly1305_state, ad, adlen);
210
crypto_onetimeauth_poly1305_update
(&poly1305_state, _pad0,
219
crypto_onetimeauth_poly1305_update
(&poly1305_state, block, sizeof block)
[
all
...]
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
crypto_onetimeauth.c
50
return
crypto_onetimeauth_poly1305_update
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/
onetimeauth_poly1305.c
41
crypto_onetimeauth_poly1305_update
(crypto_onetimeauth_poly1305_state *state,
function in typeref:typename:int
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth_poly1305.h
52
int
crypto_onetimeauth_poly1305_update
(crypto_onetimeauth_poly1305_state *state,
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/
crypto_secretbox_easy.c
63
crypto_onetimeauth_poly1305_update
(&state, c, mlen);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c
67
crypto_onetimeauth_poly1305_update
(&state, c, mlen);
Completed in 29 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025