Searched refs:signer_ids (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/asymmetric_keys/
H A Drestrict.c243 const struct asymmetric_key_id **signer_ids; local
245 signer_ids = (const struct asymmetric_key_id **)
254 * The signer_ids are identifiers for the
260 * match either signer_ids[0] or signed_ids[1].
265 * signer_ids[2] as a fallback.
268 if (asymmetric_key_id_same(signer_ids[2],
276 if (match_either_id(signer_ids, auth_id))
279 } else if (asymmetric_key_id_same(signer_ids[1],
281 match_either_id(signer_ids,

Completed in 111 milliseconds