mbedTLS
mbedtls_asn1_bitstring::p
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_asn1_bitstring::p
mbedtls_asn1_bitstring::p field
Raw ASN1 data for the bit string
Syntax
Show:
Summary
Declaration
from
asn1.h:154
unsigned
char
*
p
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
p
;
/**< Raw ASN1 data for the bit string */
asn1.h:154
bs
->
p
=
*
p
;
asn1parse.c:206
mbedtls_asn1_get_bitstring()
*
ns_cert_type
=
*
bs
.
p
;
x509.c:1362
mbedtls_x509_get_ns_cert_type()
*
key_usage
|=
(
unsigned
int
)
bs
.
p
[
i
]
<
<
(
8
*
i
)
;
x509.c:1388
mbedtls_x509_get_key_usage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_asn1_bitstring::p
is written by 1 function and is read by 1 function:
mbedtls_asn1_get_bitstring()
All items filtered out
mbedtls_asn1_bitstring::p
mbedtls_x509_get_key_usage()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out