Home
last modified time | relevance | path

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

/src/contrib/libfido2/src/
H A Dwinhello.c474 out->pHmacSecretSaltValues = v; in pack_assert_ext()
861 if (ctx->opt.pHmacSecretSaltValues != NULL) in winhello_assert_free()
862 free(ctx->opt.pHmacSecretSaltValues->pGlobalHmacSalt); in winhello_assert_free()
863 free(ctx->opt.pHmacSecretSaltValues); in winhello_assert_free()
H A Dwebauthn.h779 PWEBAUTHN_HMAC_SECRET_SALT_VALUES pHmacSecretSaltValues; member