Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c301 HcfSignImpl *tmpSelf = (HcfSignImpl *)self; in SetSignSpecInt() local
302 return tmpSelf->spiObj->engineSetSignSpecInt(tmpSelf->spiObj, item, saltLen); in SetSignSpecInt()
315 HcfSignImpl *tmpSelf = (HcfSignImpl *)self; in GetSignSpecString() local
316 return tmpSelf->spiObj->engineGetSignSpecString(tmpSelf->spiObj, item, returnString); in GetSignSpecString()
329 HcfSignImpl *tmpSelf = (HcfSignImpl *)self; in SetSignSpecUint8Array() local
330 return tmpSelf->spiObj->engineSetSignSpecUint8Array(tmpSelf->spiObj, item, blob); in SetSignSpecUint8Array()
344 return tmpSelf->spiObj->engineGetSignSpecInt(tmpSelf->spiObj, item, returnInt); in GetSignSpecInt()
400 return tmpSelf->spiObj->engineSetVerifySpecInt(tmpSelf->spiObj, item, saltLen); in SetVerifySpecInt()
414 return tmpSelf->spiObj->engineGetVerifySpecString(tmpSelf->spiObj, item, returnString); in GetVerifySpecString()
428 return tmpSelf->spiObj->engineSetVerifySpecUint8Array(tmpSelf->spiObj, item, blob); in SetVerifySpecUint8Array()
[all …]