Home
last modified time | relevance | path

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

/NextBSD/sys/geom/eli/
HDg_eli_hmac.c47 g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey, in g_eli_crypto_hmac_init() function
113 g_eli_crypto_hmac_init(&ctx, hkey, hkeysize); in g_eli_crypto_hmac()
HDg_eli.h691 void g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const uint8_t *hkey,
HDg_eli.c1035 g_eli_crypto_hmac_init(&ctx, NULL, 0); in g_eli_taste()
/NextBSD/sbin/geom/class/eli/
HDgeom_eli.c546 g_eli_crypto_hmac_init(&ctx, NULL, 0); in eli_genkey()