|
iPXE
|
Null crypto algorithm. More...
Go to the source code of this file.
Variables | |
| struct digest_algorithm | digest_null |
| struct cipher_algorithm | cipher_null |
| struct pubkey_algorithm | pubkey_null |
Null crypto algorithm.
Definition in file crypto_null.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| void digest_null_init | ( | void *ctx | __unused | ) |
Definition at line 35 of file crypto_null.c.
Definition at line 39 of file crypto_null.c.
Definition at line 44 of file crypto_null.c.
Definition at line 58 of file crypto_null.c.
Definition at line 64 of file crypto_null.c.
Definition at line 69 of file crypto_null.c.
Definition at line 74 of file crypto_null.c.
| void cipher_null_auth | ( | void *ctx | __unused, |
| void *auth | __unused | ||
| ) |
Definition at line 79 of file crypto_null.c.
| int pubkey_null_encrypt | ( | const struct asn1_cursor *key | __unused, |
| const struct asn1_cursor *plaintext | __unused, | ||
| struct asn1_builder *ciphertext | __unused | ||
| ) |
Definition at line 96 of file crypto_null.c.
| int pubkey_null_decrypt | ( | const struct asn1_cursor *key | __unused, |
| const struct asn1_cursor *ciphertext | __unused, | ||
| struct asn1_builder *plaintext | __unused | ||
| ) |
Definition at line 102 of file crypto_null.c.
| int pubkey_null_sign | ( | const struct asn1_cursor *key | __unused, |
| struct digest_algorithm *digest | __unused, | ||
| const void *value | __unused, | ||
| struct asn1_builder *signature | __unused | ||
| ) |
Definition at line 108 of file crypto_null.c.
| int pubkey_null_verify | ( | const struct asn1_cursor *key | __unused, |
| struct digest_algorithm *digest | __unused, | ||
| const void *value | __unused, | ||
| const struct asn1_cursor *signature | __unused | ||
| ) |
Definition at line 115 of file crypto_null.c.
| struct digest_algorithm digest_null |
Definition at line 48 of file crypto_null.c.
Referenced by cms_parse_participants(), and tls_clear_handshake().
| struct cipher_algorithm cipher_null |
Definition at line 83 of file crypto_null.c.
Referenced by cms_message().
| struct pubkey_algorithm pubkey_null |
Definition at line 122 of file crypto_null.c.
Referenced by cms_parse_participants().
1.8.15