Home
last modified time | relevance | path

Searched refs:pHmacSecretSaltValues (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libfido2/src/
HDwinhello.c463 out->pHmacSecretSaltValues = v; in pack_assert_ext()
804 if (ctx->opt.pHmacSecretSaltValues != NULL) in winhello_assert_free()
805 free(ctx->opt.pHmacSecretSaltValues->pGlobalHmacSalt); in winhello_assert_free()
806 free(ctx->opt.pHmacSecretSaltValues); in winhello_assert_free()
HDwebauthn.h674 PWEBAUTHN_HMAC_SECRET_SALT_VALUES pHmacSecretSaltValues; member