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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2.h 66 } blake2b_param; typedef in typeref:struct:blake2b_param_
85 int blake2b_init_param(blake2b_state *S, const blake2b_param *P);
blake2b-ref.c 78 blake2b_param_set_salt(blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES])
85 blake2b_param_set_personal(blake2b_param *P,
107 blake2b_init_param(blake2b_state *S, const blake2b_param *P)
126 blake2b_param P[1];
149 blake2b_param P[1];
180 blake2b_param P[1];
218 blake2b_param P[1];

Completed in 11 milliseconds