mbedTLS
pkcs7_get_signers_info_set()
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_signers_info_set()
pkcs7_get_signers_info_set() function
SignerInfos ::= SET of SignerInfo Return number of signers added to the signed data, 0 or higher is valid. Return negative error code for failure.
Syntax
Show:
Summary
Declaration
from
pkcs7.c:377
static
int
pkcs7_get_signers_info_set
(
unsigned
char
*
*
p
,
unsigned
char
*
end
,
mbedtls_pkcs7_signer_info
*
signers_set
,
mbedtls_x509_buf
*
digest_alg
)
;
Arguments
Argument
p
end
signers_set
digest_alg
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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