Home
last modified time | relevance | path

Searched refs:trusted (Results 1 – 2 of 2) sorted by relevance

/certs/
DKconfig18 bool "Provide system-wide ring of trusted keys"
21 Provide a system keyring to which trusted keys can be added. Keys in
22 the keyring are considered to be trusted. Keys may be added at will
34 containing trusted X.509 certificates to be included in the default
36 also trusted.
Dsystem_keyring.c123 bool trusted; in system_verify_data() local
141 ret = pkcs7_validate_trust(pkcs7, system_trusted_keyring, &trusted); in system_verify_data()
145 if (!trusted) { in system_verify_data()