Searched refs:Sm2CipherText (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 21 ASN1_SEQUENCE(Sm2CipherText) = { 22 ASN1_SIMPLE(Sm2CipherText, c1X, BIGNUM), 23 ASN1_SIMPLE(Sm2CipherText, c1Y, BIGNUM), 24 ASN1_SIMPLE(Sm2CipherText, c3, ASN1_OCTET_STRING), 25 ASN1_SIMPLE(Sm2CipherText, c2, ASN1_OCTET_STRING), 26 } ASN1_SEQUENCE_END(Sm2CipherText) 28 IMPLEMENT_ASN1_FUNCTIONS(Sm2CipherText)
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_adapter.h | 342 typedef struct Sm2CipherTextSt Sm2CipherText; typedef 343 DECLARE_ASN1_FUNCTIONS(Sm2CipherText)
|