Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/sm2/
H A Dsm2_crypt.c77 const ASN1_ITEM SM2_Ciphertext_it = { variable
91 &SM2_Ciphertext_it); in d2i_SM2_Ciphertext()
97 return ASN1_item_i2d((ASN1_VALUE *)a, out, &SM2_Ciphertext_it); in i2d_SM2_Ciphertext()
103 return (SM2_Ciphertext *)ASN1_item_new(&SM2_Ciphertext_it); in SM2_Ciphertext_new()
109 ASN1_item_free((ASN1_VALUE *)a, &SM2_Ciphertext_it); in SM2_Ciphertext_free()