Searched refs:exmechSpi (Results 1 – 1 of 1) sorted by relevance
57 private ExemptionMechanismSpi exmechSpi; field in ExemptionMechanism79 protected ExemptionMechanism(ExemptionMechanismSpi exmechSpi, in ExemptionMechanism() argument82 this.exmechSpi = exmechSpi; in ExemptionMechanism()294 return exmechSpi.engineGetOutputSize(inputLen); in getOutputSize()320 exmechSpi.engineInit(key); in init()352 exmechSpi.engineInit(key, params); in init()384 exmechSpi.engineInit(key, params); in init()404 byte[] blob = exmechSpi.engineGenExemptionBlob(); in genExemptionBlob()437 int n = exmechSpi.engineGenExemptionBlob(output, 0); in genExemptionBlob()473 int n = exmechSpi.engineGenExemptionBlob(output, outputOffset); in genExemptionBlob()