mbedTLS
mbedtls_pkcs7_signer_info::issuer
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
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_pkcs7_signer_info::issuer
mbedtls_pkcs7_signer_info::issuer field
Syntax
Show:
Summary
Declaration
from
pkcs7.h:111
mbedtls_x509_name
MBEDTLS_PRIVATE
(
issuer
;
Examples
References
from
examples
Code
Location
Referrer
mbedtls_x509_name
MBEDTLS_PRIVATE
(
issuer
)
;
pkcs7.h:111
name_cur
=
signer
->
issuer
.
next
;
pkcs7.c:252
pkcs7_free_signer_info()
signer
->
issuer
.
next
=
NULL
;
pkcs7.c:258
pkcs7_free_signer_info()
ret
=
mbedtls_x509_get_name
(
p
,
*
p
+
len
,
&
signer
->
issuer
)
;
pkcs7.c:314
pkcs7_get_signer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_pkcs7_signer_info::issuer
is read by 1 function:
All items filtered out
mbedtls_pkcs7_signer_info::issuer
pkcs7_free_signer_info()
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