mbedTLS
pkcs7_get_signature()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
pkcs7_get_signature()
pkcs7_get_signature() function
EncryptedDigest ::= OCTET STRING
Syntax
Show:
Summary
Declaration
from
pkcs7.c:223
static
int
pkcs7_get_signature
(
unsigned
char
*
*
p
,
unsigned
char
*
end
,
mbedtls_pkcs7_buf
*
signature
)
;
Arguments
Argument
p
end
signature
Examples
References
from
examples
Code
Location
Referrer
static
int
pkcs7_get_signature
(
unsigned
char
*
*
p
,
unsigned
char
*
end
,
pkcs7.c:223
ret
=
pkcs7_get_signature
(
p
,
end_signer
,
&
signer
->
sig
)
;
pkcs7.c:351
pkcs7_get_signer_info()
Call Tree
from
examples
pkcs7_get_signature()
is called by 1 function and calls 1 function:
pkcs7_get_signer_info()
All items filtered out
pkcs7_get_signature()
mbedtls_asn1_get_tag()
All items filtered out
Data Use
from
examples
pkcs7_get_signature()
writes 3 variables:
All items filtered out
pkcs7_get_signature()
mbedtls_asn1_buf::tag
mbedtls_asn1_buf::len
mbedtls_asn1_buf::p
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