Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c22 typedef struct SM2_Ciphertext_st SM2_Ciphertext; typedef
23 DECLARE_ASN1_FUNCTIONS(SM2_Ciphertext)
32 ASN1_SEQUENCE(SM2_Ciphertext) = {
33 ASN1_SIMPLE(SM2_Ciphertext, C1x, BIGNUM),
34 ASN1_SIMPLE(SM2_Ciphertext, C1y, BIGNUM),
35 ASN1_SIMPLE(SM2_Ciphertext, C3, ASN1_OCTET_STRING),
36 ASN1_SIMPLE(SM2_Ciphertext, C2, ASN1_OCTET_STRING),
37 } ASN1_SEQUENCE_END(SM2_Ciphertext)
39 IMPLEMENT_ASN1_FUNCTIONS(SM2_Ciphertext)