Home
last modified time | relevance | path

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

/freebsd/sys/geom/eli/
H A Dpkcs5v2.c82 g_eli_crypto_hmac_update(&ctx, saltcount, sizeof(saltcount)); in pkcs5v2_genkey_raw()
88 g_eli_crypto_hmac_update(&ctx, md, sizeof(md)); in pkcs5v2_genkey_raw()
H A Dg_eli_hmac.c82 g_eli_crypto_hmac_update(struct hmac_ctx *ctx, const uint8_t *data, in g_eli_crypto_hmac_update() function
116 g_eli_crypto_hmac_update(&ctx, data, datasize); in g_eli_crypto_hmac()
H A Dg_eli.c1292 g_eli_crypto_hmac_update(ctx, data, size); in g_eli_keyfiles_load()
1437 g_eli_crypto_hmac_update(&ctx, md.md_salt, in g_eli_taste()
1439 g_eli_crypto_hmac_update(&ctx, passphrase, in g_eli_taste()
1448 g_eli_crypto_hmac_update(&ctx, dkey, sizeof(dkey)); in g_eli_taste()
H A Dg_eli.h736 void g_eli_crypto_hmac_update(struct hmac_ctx *ctx, const uint8_t *data,
/freebsd/stand/libsa/geli/
H A Dgeliboot.c245 g_eli_crypto_hmac_update(&ctx, gdev->md.md_salt, in geli_probe()
247 g_eli_crypto_hmac_update(&ctx, (const uint8_t *)passphrase, in geli_probe()
257 g_eli_crypto_hmac_update(&ctx, dkey, sizeof(dkey)); in geli_probe()
/freebsd/lib/geom/eli/
H A Dgeom_eli.c407 g_eli_crypto_hmac_update(ctxp, buf, done); in eli_genkey_files()
555 g_eli_crypto_hmac_update(ctxp, md->md_salt, in eli_genkey_passphrase()
557 g_eli_crypto_hmac_update(ctxp, passbuf, strlen(passbuf)); in eli_genkey_passphrase()
563 g_eli_crypto_hmac_update(ctxp, dkey, sizeof(dkey)); in eli_genkey_passphrase()