Searched refs:kids (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 120 if (!kids->id[1]) { in find_asymmetric_key() 214 if (!kids || !match_id) in asymmetric_match_key_ids() 217 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 294 return kids && asymmetric_key_id_same(kids->id[2], match_id); in asymmetric_key_cmp_name() 377 if (kids && kids->id[1]) { in asymmetric_key_describe() 378 kid = kids->id[1]; in asymmetric_key_describe() 438 if (kids) { in asymmetric_key_free_kids() 440 kfree(kids->id[i]); in asymmetric_key_free_kids() 441 kfree(kids); in asymmetric_key_free_kids() 460 asymmetric_key_free_kids(kids); in asymmetric_key_free_preparse() [all …]
|
H A D | x509_public_key.c | 164 struct asymmetric_key_ids *kids; in x509_key_preparse() local 216 kids = kmalloc(sizeof(struct asymmetric_key_ids), GFP_KERNEL); in x509_key_preparse() 217 if (!kids) in x509_key_preparse() 219 kids->id[0] = cert->id; in x509_key_preparse() 220 kids->id[1] = cert->skid; in x509_key_preparse() 221 kids->id[2] = asymmetric_key_generate_id(cert->raw_subject, in x509_key_preparse() 224 if (IS_ERR(kids->id[2])) { in x509_key_preparse() 225 ret = PTR_ERR(kids->id[2]); in x509_key_preparse() 232 prep->payload.data[asym_key_ids] = kids; in x509_key_preparse() 244 kids = NULL; in x509_key_preparse() [all …]
|
/openbmc/pyphosphor/obmc/utils/ |
H A D | pathtree.py | 103 kids = 'children' 107 d = d[k][kids] 109 if 'data' not in d[elements[-1]] and not d[elements[-1]][kids]: 114 kids = 'children' 119 d = d[k][kids] 136 kids = 'children' 141 d = d[k][kids] 150 kids = 'children' 154 d = d.setdefault(k, {kids: {}})[kids] 156 children = d.setdefault(elements[-1], {kids: {}})[kids] [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | CVE-2023-34872.patch | 32 if (!kids) { 35 - kids = readItemList(this, &firstRef, xref, doc); 38 + kids = readItemList(this, &firstRef, xref, doc); 40 + kids = new std::vector<OutlineItem *>();
|
/openbmc/docs/architecture/ |
H A D | optionality.md | 19 image, or might be done to reduce the security attack surface. These kids of
|