Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/include/libecc/hash/
H A Dhmac.h34 ATTRIBUTE_WARN_UNUSED_RET int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash…
/freebsd/crypto/libecc/src/examples/sss/
H A Dsss.c460 …ret = hmac_scattered((const u8*)secret, SSS_SECRET_SIZE, SHA256, inputs, ilens, cur_share_hmac, &l… in sss_generate()
511 …ret = hmac_scattered((const u8*)secret, SSS_SECRET_SIZE, SHA256, inputs, ilens, hmac_val, &len); E… in sss_combine()
582 …ret = hmac_scattered((const u8*)secret, SSS_SECRET_SIZE, SHA256, inputs, ilens, hmac_val, &len); E… in sss_regenerate()
635 …ret = hmac_scattered((const u8*)secret, SSS_SECRET_SIZE, SHA256, inputs, ilens, cur_share_hmac, &l… in sss_regenerate()
/freebsd/crypto/libecc/src/hash/
H A Dhmac.c154 int hmac_scattered(const u8 *hmackey, u32 hmackey_len, hash_alg_type hash_type, in hmac_scattered() function