Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_crypt.c28 typedef struct SM2_Ciphertext_st SM2_Ciphertext; typedef
29 DECLARE_ASN1_FUNCTIONS(SM2_Ciphertext)
38 ASN1_SEQUENCE(SM2_Ciphertext) = {
39 ASN1_SIMPLE(SM2_Ciphertext, C1x, BIGNUM),
40 ASN1_SIMPLE(SM2_Ciphertext, C1y, BIGNUM),
41 ASN1_SIMPLE(SM2_Ciphertext, C3, ASN1_OCTET_STRING),
42 ASN1_SIMPLE(SM2_Ciphertext, C2, ASN1_OCTET_STRING),
43 } ASN1_SEQUENCE_END(SM2_Ciphertext)
45 IMPLEMENT_ASN1_FUNCTIONS(SM2_Ciphertext)

Completed in 5 milliseconds