Searched refs:SM2_Ciphertext (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
D | sm2_crypt.c | 28 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)
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 28 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)
|