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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512256/
auth_hmacsha512256.c 59 unsigned char out0[64]; local in function:crypto_auth_hmacsha512256_final
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0);
62 memcpy(out, out0, 32);
auth_hmacsha512256.c 59 unsigned char out0[64]; local in function:crypto_auth_hmacsha512256_final
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0);
62 memcpy(out, out0, 32);
auth_hmacsha512256.c 59 unsigned char out0[64]; local in function:crypto_auth_hmacsha512256_final
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0);
62 memcpy(out, out0, 32);
auth_hmacsha512256.c 59 unsigned char out0[64]; local in function:crypto_auth_hmacsha512256_final
61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0);
62 memcpy(out, out0, 32);

Completed in 98 milliseconds