Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dx509_parser.h59 extern int x509_check_for_self_signed(struct x509_certificate *cert);
H A Dx509_public_key.c93 int x509_check_for_self_signed(struct x509_certificate *cert) in x509_check_for_self_signed() function
H A Dx509_cert_parser.c129 ret = x509_check_for_self_signed(cert); in x509_cert_parse()