mbedtls_asn1_bitstring::p is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_asn1_bitstring::p field

Raw ASN1 data for the bit string

Syntax

unsigned char *p;

References

LocationReferrerText
asn1.h:149
unsigned char *p; /**< Raw ASN1 data for the bit string */
asn1parse.c:206mbedtls_asn1_get_bitstring()
bs->p = *p;
x509_crt.c:537x509_get_ns_cert_type()
*ns_cert_type = *bs.p;
x509_crt.c:560x509_get_key_usage()
*key_usage |= (unsigned int) bs.p[i] << (8*i);

Data Use

Functions writing mbedtls_asn1_bitstring::p
Functions reading mbedtls_asn1_bitstring::p
all items filtered out
mbedtls_asn1_bitstring::p
all items filtered out