mbedTLS
x509_get_uid()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
x509_get_uid()
x509_get_uid() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:446
static
int
x509_get_uid
(
unsigned
char
*
*
p
,
const
unsigned
char
*
end
,
mbedtls_x509_buf
*
uid
,
int
n
)
;
Arguments
Argument
p
end
uid
n
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_get_uid
(
unsigned
char
*
*
p
,
x509_crt.c:446
ret
=
x509_get_uid
(
&
p
,
end
,
&
crt
->
issuer_id
,
1
)
;
x509_crt.c:1006
x509_crt_parse_der_core()
ret
=
x509_get_uid
(
&
p
,
end
,
&
crt
->
subject_id
,
2
)
;
x509_crt.c:1016
x509_crt_parse_der_core()
Call Tree
from
examples
x509_get_uid()
is called by 1 function and calls 1 function:
x509_crt_parse_der_core()
All items filtered out
x509_get_uid()
mbedtls_asn1_get_tag()
All items filtered out
Data Use
from
examples
x509_get_uid()
reads 1 variable and writes 2 variables:
mbedtls_asn1_buf::len
All items filtered out
x509_get_uid()
mbedtls_asn1_buf::tag
mbedtls_asn1_buf::p
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