Searched refs:kids (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 118 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in find_asymmetric_key() local 120 if (!kids->id[1]) { in find_asymmetric_key() 124 if (!asymmetric_key_id_same(id_1, kids->id[1])) { in find_asymmetric_key() 207 const struct asymmetric_key_ids *kids, in asymmetric_match_key_ids() argument 214 if (!kids || !match_id) in asymmetric_match_key_ids() 217 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 265 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp() local 268 return asymmetric_match_key_ids(kids, match_id, in asymmetric_key_cmp() 278 const struct asymmetric_key_ids *kids = asymmetric_key_ids(key); in asymmetric_key_cmp_partial() local 281 return asymmetric_match_key_ids(kids, match_id, in asymmetric_key_cmp_partial() [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/docs/architecture/ |
H A D | optionality.md | 19 image, or might be done to reduce the security attack surface. These kids of
|