Searched refs:ct_size (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | gifdec.c | 267 int packed_fields, block_label, ct_size, in gif_read_packet() local 295 ct_size = 3 * (1 << ((packed_fields & 0x07) + 1)); in gif_read_packet() 297 if ((ret = avio_skip(pb, ct_size)) < 0) in gif_read_packet() 318 ct_size = 3 * (1 << ((packed_fields & 0x07) + 1)); in gif_read_packet() 320 if ((ret = avio_skip(pb, ct_size)) < 0) in gif_read_packet()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | sm2.h | 61 size_t *ct_size); 63 int sm2_plaintext_size(const unsigned char *ct, size_t ct_size, size_t *pt_size);
|
/third_party/openssl/include/crypto/ |
D | sm2.h | 68 size_t msg_len, size_t *ct_size); 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size,
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, in ossl_sm2_plaintext_size() argument 75 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); in ossl_sm2_plaintext_size() 89 size_t msg_len, size_t *ct_size) in ossl_sm2_ciphertext_size() argument 103 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE); in ossl_sm2_ciphertext_size()
|