HomeSort by: relevance | last modified time | path
    Searched refs:crypto_onetimeauth_update (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/
crypto_onetimeauth.c 46 crypto_onetimeauth_update(crypto_onetimeauth_state *state, function in typeref:typename:int
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_onetimeauth.h 47 int crypto_onetimeauth_update(crypto_onetimeauth_state *state,
  /src/sys/external/isc/libsodium/dist/test/default/
onetimeauth.c 43 crypto_onetimeauth_update(&st, c, 100);
44 crypto_onetimeauth_update(&st, c, 0);
45 crypto_onetimeauth_update(&st, c + 100, 31);
metamorphic.c 80 crypto_onetimeauth_update(&st, m, l1);
81 crypto_onetimeauth_update(&st, m + l1, l2);
82 crypto_onetimeauth_update(&st, m + l1 + l2, mlen - l1 - l2);

Completed in 108 milliseconds