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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
pbkdf2-sha256.c 67 crypto_auth_hmacsha256_update(&PShctx, salt, saltlen);
72 crypto_auth_hmacsha256_update(&hctx, ivec, 4);
79 crypto_auth_hmacsha256_update(&hctx, U, 32);
  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 58 crypto_auth_hmacsha256_update(&st256, NULL, 0U);
59 crypto_auth_hmacsha256_update(&st256, c, 1U);
60 crypto_auth_hmacsha256_update(&st256, c, sizeof c - 2U);
metamorphic.c 120 crypto_auth_hmacsha256_update(&st, m, l1);
121 crypto_auth_hmacsha256_update(&st, m + l1, l2);
122 crypto_auth_hmacsha256_update(&st, m + l1 + l2, mlen - l1 - l2);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h 52 int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c 72 crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state, function in typeref:typename:int
102 crypto_auth_hmacsha256_update(&state, in, inlen);

Completed in 15 milliseconds