Searched refs:cert_source (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/common_modules/code_sign/ |
H A D | code_sign_ioctl.c | 22 struct cert_source *matched_cert_search(struct rb_root *root, const char *subject, const char *issuer) in matched_cert_search() 27 struct cert_source *cur_cert = container_of(*cur_node, struct cert_source, node); in matched_cert_search() 50 struct cert_source *cert_chain_search(struct rb_root *root, const char *subject, const char *issuer, bool has_locked) in cert_chain_search() 56 struct cert_source *matched_cert = matched_cert_search(root, subject, issuer); in cert_chain_search() 62 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev) in find_match() 90 int cert_chain_insert(struct rb_root *root, struct cert_source *cert) in cert_chain_insert() 109 struct cert_source *this = container_of(*new, struct cert_source, node); in cert_chain_insert() 143 int cert_chain_remove(struct rb_root *root, struct cert_source *cer [all...] |
H A D | code_sign_ioctl.h | 23 struct cert_source { struct 42 struct cert_source *find_match(const char *subject, const char *issuer, bool is_dev);
|
H A D | verify_cert_chain.c | 110 static struct cert_source *find_matched_source(const struct x509_certificate *signer, bool is_debug) in find_matched_source() 113 struct cert_source *source = find_match(signer->subject, signer->issuer, is_debug); in find_matched_source() 174 struct cert_source *source = find_matched_source(signer, false); in code_sign_verify_certchain()
|
Completed in 1 milliseconds