Searched refs:pHmacSecret (Results 1 – 2 of 2) sorted by relevance
582 if (wa->pHmacSecret == NULL || in unpack_hmac_secret()583 wa->pHmacSecret->cbFirst == 0 || in unpack_hmac_secret()584 wa->pHmacSecret->pbFirst == NULL) { in unpack_hmac_secret()588 if (wa->pHmacSecret->cbSecond != 0 || in unpack_hmac_secret()589 wa->pHmacSecret->pbSecond != NULL) { in unpack_hmac_secret()598 wa->pHmacSecret->pbFirst, wa->pHmacSecret->cbFirst) < 0) { in unpack_hmac_secret()
1020 PWEBAUTHN_HMAC_SECRET_SALT pHmacSecret; member