Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/asymmetric_keys/
Dx509_parser.h65 extern int x509_check_for_self_signed(struct x509_certificate *cert);
Dx509_public_key.c106 int x509_check_for_self_signed(struct x509_certificate *cert) in x509_check_for_self_signed() function
Dx509_cert_parser.c133 ret = x509_check_for_self_signed(cert); in x509_cert_parse()