Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dprompeg.c99 uint8_t *bitstring; member
178 uint8_t **bitstring) { in prompeg_create_bitstring() argument
191 *bitstring = av_malloc(s->bitstring_size); in prompeg_create_bitstring()
192 if (!*bitstring) { in prompeg_create_bitstring()
196 b = *bitstring; in prompeg_create_bitstring()
222 uint8_t *b = fec->bitstring; in prompeg_write_fec()
359 s->fec_arr[i]->bitstring = av_malloc_array(s->bitstring_size, sizeof (uint8_t)); in prompeg_init()
360 if (!s->fec_arr[i]->bitstring) { in prompeg_init()
388 uint8_t *bitstring = NULL; in prompeg_write() local
395 if ((ret = prompeg_create_bitstring(h, buf, size, &bitstring)) < 0) in prompeg_write()
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_asn1write.data289 ASN.1 Write Named Bitstring / Empty bitstring
292 ASN.1 Write Named Bitstring / Empty bitstring (bits = 16)
295 ASN.1 Write Named Bitstring / Empty bitstring (bits = 24)
Dtest_suite_asn1write.function302 void test_asn1_write_bitstrings( data_t *bitstring, int bits,
316 ret = ( *func )( &data.p, data.start, bitstring->x, bits );
Dtest_suite_x509parse.data167 x509_cert_info:"data_files/bitstring-in-dn.pem":"cert. version \: 3\nserial number \: 02\ni…
1452 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, bitstring missing)
1456 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, bitstring inv tag)
1460 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, bitstring length missing)
1464 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, bitstring inv length encoding)
1468 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, bitstring length out of bounds)
1472 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, no bitstring data)
1476 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, inv bitstring start)
1480 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, inv internal bitstring length)
1484 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, inv internal bitstring tag)
/third_party/ffmpeg/libavcodec/
Dcbs_internal.h141 const char *bitstring, int64_t value);
/third_party/python/Doc/howto/
Dinstrumentation.rst99 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
/third_party/elfio/tests/elf_examples/
Dls.readelf461 GNU 0x00000014 NT_GNU_BUILD_ID (unique build ID bitstring)
/third_party/openssl/crypto/err/
Dopenssl.txt1801 ASN1_R_ILLEGAL_BITSTRING_FORMAT:175:illegal bitstring format
/third_party/FreeBSD/
DUPDATING1017 The bitstring(3) API has been updated with new functionality and
/third_party/mbedtls/
DChangeLog1578 named bitstring in DER as required by RFC 5280 Appendix B.