Searched refs:g_eli_crypto_hmac_update (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/geom/eli/ |
H A D | pkcs5v2.c | 82 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 D | g_eli_hmac.c | 82 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 D | g_eli.c | 1292 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 D | g_eli.h | 736 void g_eli_crypto_hmac_update(struct hmac_ctx *ctx, const uint8_t *data,
|
/freebsd/stand/libsa/geli/ |
H A D | geliboot.c | 245 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 D | geom_eli.c | 407 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()
|