Home
last modified time | relevance | path

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

/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c46 g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const char *hkey, in g_eli_crypto_hmac_init() function
115 g_eli_crypto_hmac_init(&ctx, hkey, hkeysize); in g_eli_crypto_hmac()
H A Dpkcs5v2.c80 g_eli_crypto_hmac_init(&startpoint, passphrase, passlen); in pkcs5v2_genkey_raw()
H A Dg_eli.h734 void g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const char *hkey,
H A Dg_eli.c1392 g_eli_crypto_hmac_init(&ctx, NULL, 0); in g_eli_taste()
/freebsd/stand/libsa/geli/
H A Dgeliboot.c237 g_eli_crypto_hmac_init(&ctx, NULL, 0); in geli_probe()
/freebsd/lib/geom/eli/
H A Dgeom_eli.c580 g_eli_crypto_hmac_init(ctx, NULL, 0); in eli_init_key_hmac_ctx()