Searched refs:g_eli_crypto_hmac_init (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | g_eli_hmac.c | 46 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 D | pkcs5v2.c | 80 g_eli_crypto_hmac_init(&startpoint, passphrase, passlen); in pkcs5v2_genkey_raw()
|
H A D | g_eli.h | 734 void g_eli_crypto_hmac_init(struct hmac_ctx *ctx, const char *hkey,
|
H A D | g_eli.c | 1392 g_eli_crypto_hmac_init(&ctx, NULL, 0); in g_eli_taste()
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot.c | 237 g_eli_crypto_hmac_init(&ctx, NULL, 0); in geli_probe()
|
/freebsd/lib/geom/eli/ |
H A D | geom_eli.c | 580 g_eli_crypto_hmac_init(ctx, NULL, 0); in eli_init_key_hmac_ctx()
|