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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h 38 typedef struct crypto_auth_hmacsha256_state { struct
41 } crypto_auth_hmacsha256_state; typedef in typeref:struct:crypto_auth_hmacsha256_state
47 int crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state,
52 int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,
57 int crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state *state,
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c 27 return sizeof(crypto_auth_hmacsha256_state);
37 crypto_auth_hmacsha256_init(crypto_auth_hmacsha256_state *state,
72 crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,
81 crypto_auth_hmacsha256_final(crypto_auth_hmacsha256_state *state,
99 crypto_auth_hmacsha256_state state;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
pbkdf2-sha256.c 50 crypto_auth_hmacsha256_state PShctx, hctx;
71 memcpy(&hctx, &PShctx, sizeof(crypto_auth_hmacsha256_state));
  /src/sys/external/isc/libsodium/dist/test/default/
auth.c 22 crypto_auth_hmacsha256_state st256;
80 sizeof(crypto_auth_hmacsha256_state));
metamorphic.c 99 crypto_auth_hmacsha256_state st;

Completed in 12 milliseconds