ESP-IDF
x509_algorithm_identifier::oid
is only used within ESP-IDF.
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
ESP-IDF
x509_algorithm_identifier::oid
x509_algorithm_identifier::oid field
Syntax
Show:
Summary
Declaration
from
x509v3.h:15
struct
asn1_oid
oid
;
Examples
References
from
examples
Code
Location
Referrer
struct
asn1_oid
oid
;
x509v3.h:15
hash_len
=
ocsp_hash_data
(
&
alg
.
oid
,
issuer
->
subject_dn
,
tlsv1_client_ocsp.c:175
tls_process_ocsp_single_response()
hash_len
=
ocsp_hash_data
(
&
alg
.
oid
,
issuer
->
public_key
,
tlsv1_client_ocsp.c:197
tls_process_ocsp_single_response()
if
(
asn1_get_oid
(
pos
,
end
-
pos
,
&
id
->
oid
,
&
pos
)
)
x509v3.c:207
x509_parse_algorithm_identifier()
if
(
!
x509_pkcs_oid
(
&
signature
->
oid
)
||
x509v3.c:1857
x509_check_signature()
signature
->
oid
.
len
!=
7
||
x509v3.c:1858
x509_check_signature()
signature
->
oid
.
oid
[
5
]
!=
1
/* pkcs-1 */
)
{
x509v3.c:1859
x509_check_signature()
if
(
signature
->
oid
.
oid
[
6
]
!=
5
/* sha-1WithRSAEncryption */
)
{
x509v3.c:1956
x509_check_signature()
if
(
signature
->
oid
.
oid
[
6
]
!=
x509v3.c:1968
x509_check_signature()
if
(
signature
->
oid
.
oid
[
6
]
!=
12
/* sha384WithRSAEncryption */
)
{
x509v3.c:1981
x509_check_signature()
if
(
signature
->
oid
.
oid
[
6
]
!=
13
/* sha512WithRSAEncryption */
)
{
x509v3.c:1993
x509_check_signature()
if
(
signature
->
oid
.
oid
[
6
]
!=
4
/* md5WithRSAEncryption */
)
{
x509v3.c:2011
x509_check_signature()
switch
(
signature
->
oid
.
oid
[
6
]
)
{
x509v3.c:2042
x509_check_signature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_algorithm_identifier::oid
is read by 1 function:
All items filtered out
x509_algorithm_identifier::oid
x509_check_signature()
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