Linux Kernel
3.7.1
|
#include <crypto/public_key.h>
Go to the source code of this file.
Data Structures | |
struct | x509_certificate |
Functions | |
void | x509_free_certificate (struct x509_certificate *cert) |
struct x509_certificate * | x509_cert_parse (const void *data, size_t datalen) |
|
read |
Definition at line 57 of file x509_cert_parser.c.
void x509_free_certificate | ( | struct x509_certificate * | cert | ) |
Definition at line 42 of file x509_cert_parser.c.