func crypto/internal/fips140/hmac.MarkAsUsedInKDF

3 uses

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

	crypto/internal/fips140/hkdf
		hkdf.go#L20: 	hmac.MarkAsUsedInKDF(extractor)
		hkdf.go#L29: 	hmac.MarkAsUsedInKDF(expander)