ESP-IDF
ocsp_hash_data()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ocsp_hash_data()
ocsp_hash_data() function
Syntax
Show:
Summary
Declaration
from
tlsv1_client_ocsp.c:67
static
unsigned
int
ocsp_hash_data
(
struct
asn1_oid
*
alg
,
const
u8
*
data
,
size_t
data_len
,
u8
*
hash
)
;
Arguments
Argument
alg
data
data_len
hash
Related Functions
Found 35 other functions taking a
asn1_oid
argument:
Function
asn1_get_oid()
asn1_oid_to_str()
asn1_parse_oid()
oid_is_rsadsi()
pkcs5_is_oid()
x509_sha1_oid()
x509_sha256_oid()
x509_sha384_oid()
x509_sha512_oid()
x509_sha2_oid()
x509_id_kp_oid()
asn1_oid_equal()
asn1_put_oid()
x509_rsadsi_oid()
x509_id_wfa_tod_oid()
x509_id_ce_oid()
asn1_build_alg_id()
asn1_get_alg_id()
pkcs1_v15_sig_ver()
enc_alg_is_oid()
pkcs12_is_pbe_oid()
pkcs5_get_alg()
is_oid_basic_ocsp_resp()
x509_id_cert_policy_any_oid()
x509_pkcs_oid()
x509_digest_oid()
x509_parse_extension_data()
x509_id_pkix_oid()
x509_id_kp_server_auth_oid()
x509_id_kp_client_auth_oid()
x509_id_kp_ocsp_oid()
x509_id_wfa_oid()
x509_id_wfa_tod_strict_oid()
x509_id_wfa_tod_tofu_oid()
x509_any_ext_key_usage_oid()
Examples
References
from
examples
Code
Location
Referrer
static
unsigned
int
ocsp_hash_data
(
struct
asn1_oid
*
alg
,
const
u8
*
data
,
tlsv1_client_ocsp.c:67
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()
Call Tree
from
examples
ocsp_hash_data()
is called by 1 function and calls 9 functions:
tls_process_ocsp_single_response()
All items filtered out
ocsp_hash_data()
sha1_vector()
sha256_vector()
sha384_vector()
sha512_vector()
asn1_oid_to_str()
x509_sha1_oid()
x509_sha256_oid()
x509_sha384_oid()
x509_sha512_oid()
All items filtered out
Data Use
from
examples
ocsp_hash_data()
:
All items filtered out
ocsp_hash_data()
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