Searched refs:ct_size (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | gifdec.c | 268 int packed_fields, block_label, ct_size, in gif_read_packet() local 296 ct_size = 3 * (1 << ((packed_fields & 0x07) + 1)); in gif_read_packet() 298 if ((ret = avio_skip(pb, ct_size)) < 0) in gif_read_packet() 319 ct_size = 3 * (1 << ((packed_fields & 0x07) + 1)); in gif_read_packet() 321 if ((ret = avio_skip(pb, ct_size)) < 0) in gif_read_packet()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A 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/node/deps/openssl/openssl/include/crypto/ |
H A 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/include/crypto/ |
H A 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/node/deps/openssl/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, 75 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); 89 size_t msg_len, size_t *ct_size) 103 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE);
|
/third_party/openssl/crypto/sm2/ |
H A D | sm2_crypt.c | 70 int ossl_sm2_plaintext_size(const unsigned char *ct, size_t ct_size, 75 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ct, ct_size); 89 size_t msg_len, size_t *ct_size) 103 *ct_size = ASN1_object_size(1, sz, V_ASN1_SEQUENCE);
|
Completed in 3 milliseconds