Home
last modified time | relevance | path

Searched defs:sm2Text (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_crypto_util_openssl.c26 static HcfResult BuildSm2Ciphertext(const Sm2CipherTextSpec *spec, struct Sm2CipherTextSt *sm2Text) in BuildSm2Ciphertext()
57 struct Sm2CipherTextSt *sm2Text = OpensslSm2CipherTextNew(); in HcfSm2SpecToAsn1() local
82 static HcfResult BuildSm2CiphertextSpec(struct Sm2CipherTextSt *sm2Text, Sm2CipherTextSpec *tempSpe… in BuildSm2CiphertextSpec()
124 struct Sm2CipherTextSt *sm2Text = OpensslD2iSm2CipherText(input->data, input->len); in HcfAsn1ToSm2Spec() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c1316 void OpensslSm2CipherTextFree(struct Sm2CipherTextSt *sm2Text) in OpensslSm2CipherTextFree()
1341 int OpensslI2dSm2CipherText(struct Sm2CipherTextSt *sm2Text, unsigned char **returnData) in OpensslI2dSm2CipherText()