ESP-IDF
x509_certificate::public_key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
x509_certificate::public_key
x509_certificate::public_key field
Syntax
Show:
Summary
Declaration
from
x509v3.h:63
u8
*
public_key
;
Examples
References
from
examples
Code
Location
Referrer
u8
*
public_key
;
x509v3.h:63
const
u8
*
addr
[
1
]
=
{
signer
->
public_key
}
;
tlsv1_client_ocsp.c:55
ocsp_responder_id_match()
hash_len
=
ocsp_hash_data
(
&
alg
.
oid
,
issuer
->
public_key
,
tlsv1_client_ocsp.c:197
tls_process_ocsp_single_response()
*
pk
=
crypto_public_key_import
(
cert
->
public_key
,
cert
->
public_key_len
)
;
tlsv1_common.c:193
tls_parse_cert()
os_free
(
cert
->
public_key
)
;
x509v3.c:56
x509_certificate_free()
os_free
(
cert
->
public_key
)
;
x509v3.c:270
x509_parse_public_key()
cert
->
public_key
=
os_memdup
(
pos
+
1
,
hdr
.
length
-
1
)
;
x509v3.c:271
x509_parse_public_key()
if
(
cert
->
public_key
==
NULL
)
{
x509v3.c:272
x509_parse_public_key()
pk
=
crypto_public_key_import
(
issuer
->
public_key
,
x509v3.c:1865
x509_check_signature()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
x509_certificate::public_key
is written by 1 function and is read by 6 functions:
x509_parse_public_key()
All items filtered out
x509_certificate::public_key
tls_parse_cert()
ocsp_responder_id_match()
tls_process_ocsp_single_response()
x509_certificate_free()
x509_parse_public_key()
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