Home
last modified time | relevance | path

Searched refs:siphash_setkey (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/macs/
H A Dsiphash_prov.c95 static int siphash_setkey(struct siphash_data_st *ctx, in siphash_setkey() function
123 return siphash_setkey(ctx, key, keylen); in siphash_init()
218 || !siphash_setkey(ctx, p->data, p->data_size)) in siphash_set_params()