mbedTLS
mbedtls_x509_crt::sig_oid
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_crt::sig_oid
mbedtls_x509_crt::sig_oid field
Signature algorithm, e.g. sha1RSA
Syntax
Show:
Summary
Declaration
from
x509_crt.h:49
mbedtls_x509_buf
sig_oid
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_buf
sig_oid
;
/**< Signature algorithm, e.g. sha1RSA */
x509_crt.h:49
(
ret
=
mbedtls_x509_get_alg
(
&
p
,
end
,
&
crt
->
sig_oid
,
x509_crt.c:1155
x509_crt_parse_der_core()
if
(
(
ret
=
mbedtls_x509_get_sig_alg
(
&
crt
->
sig_oid
,
&
sig_params1
,
x509_crt.c:1168
x509_crt_parse_der_core()
if
(
crt
->
sig_oid
.
len
!=
sig_oid2
.
len
||
x509_crt.c:1285
x509_crt_parse_der_core()
memcmp
(
crt
->
sig_oid
.
p
,
sig_oid2
.
p
,
crt
->
sig_oid
.
len
)
!=
0
||
x509_crt.c:1286
x509_crt_parse_der_core()
ret
=
mbedtls_x509_sig_alg_gets
(
p
,
n
,
&
crt
->
sig_oid
,
crt
->
sig_pk
,
x509_crt.c:1806
mbedtls_x509_crt_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::sig_oid
is read by 1 function:
All items filtered out
mbedtls_x509_crt::sig_oid
x509_crt_parse_der_core()
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