|
iPXE
|
CMS participant information. More...
#include <cms.h>
Data Fields | |
| struct list_head | list |
| List of participant information blocks. More... | |
| struct x509_chain * | chain |
| Certificate chain. More... | |
| struct digest_algorithm * | digest |
| Digest algorithm (for signature messages) More... | |
| struct pubkey_algorithm * | pubkey |
| Public-key algorithm. More... | |
| struct asn1_cursor | value |
| Signature or key value. More... | |
| struct list_head cms_participant::list |
List of participant information blocks.
Definition at line 40 of file cms.h.
Referenced by cms_free(), cms_parse_participants(), and imgverify().
| struct x509_chain* cms_participant::chain |
Certificate chain.
Definition at line 42 of file cms.h.
Referenced by cms_free(), cms_parse_identifier(), cms_parse_participants(), cms_recipient(), cms_verify(), cms_verify_signer(), and imgverify().
| struct digest_algorithm* cms_participant::digest |
Digest algorithm (for signature messages)
Definition at line 45 of file cms.h.
Referenced by cms_digest(), cms_parse_digest_algorithm(), cms_parse_participants(), and cms_verify_digest().
| struct pubkey_algorithm* cms_participant::pubkey |
Public-key algorithm.
Definition at line 47 of file cms.h.
Referenced by cms_cipher_key(), cms_parse_participants(), cms_parse_pubkey_algorithm(), and cms_verify_digest().
| struct asn1_cursor cms_participant::value |
Signature or key value.
Definition at line 50 of file cms.h.
Referenced by cms_cipher_key(), cms_parse_value(), and cms_verify_digest().
1.8.15