Searched refs:cert_parse (Results 1 – 2 of 2) sorted by relevance
143 static int cert_parse(void *img, unsigned int img_len) in cert_parse() function411 int rc = cert_parse(img, img_len); in check_integrity()
1839 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() function2125 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()