Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dsm2.h68 size_t msg_len, size_t *ct_size);
70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size,
/openssl/crypto/sm2/
H A Dsm2_crypt.c69 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, in ossl_sm2_plaintext_size() argument
74 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); in ossl_sm2_plaintext_size()
88 size_t msg_len, size_t *ct_size) in ossl_sm2_ciphertext_size() argument
102 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_ciphertext_size()

Completed in 5 milliseconds