Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c35 } CipherGenImpl; typedef
195 return ((CipherGenImpl *)self)->algoName; in GetAlgorithm()
207 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherDestroy()
229 CipherGenImpl *impl = (CipherGenImpl *)self; in SetCipherSpecUint8Array()
253 CipherGenImpl *impl = (CipherGenImpl *)self; in GetCipherSpecString()
271 CipherGenImpl *impl = (CipherGenImpl *)self; in GetCipherSpecUint8Array()
286 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherInit()
300 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherUpdate()
314 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherFinal()
318 static void InitCipher(HcfCipherGeneratorSpi *spiObj, CipherGenImpl *cipher) in InitCipher()
[all …]