func crypto/internal/fips140/hmac.MarkAsUsedInKDF

4 uses

	crypto/internal/fips140/hmac (current package)
		hmac.go#L207: func MarkAsUsedInKDF(h *HMAC) {

	crypto/internal/fips140/hkdf
		hkdf.go#L21: 	hmac.MarkAsUsedInKDF(extractor)
		hkdf.go#L30: 	hmac.MarkAsUsedInKDF(expander)

	crypto/internal/fips140/pbkdf2
		pbkdf2.go#L31: 	hmac.MarkAsUsedInKDF(prf)