Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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)
/netbsd-src/crypto/external/bsd/openssl/dist/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)