Home
last modified time | relevance | path

Searched refs:x509_check_for_self_signed (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_parser.h56 extern int x509_check_for_self_signed(struct x509_certificate *cert);
H A Dx509_public_key.c106 int x509_check_for_self_signed(struct x509_certificate *cert) in x509_check_for_self_signed() function
H A Dx509_cert_parser.c133 ret = x509_check_for_self_signed(cert); in x509_cert_parse()