Searched refs:keyring (Results 1 - 3 of 3) sorted by relevance
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 83 /* special process keyring shortcut IDs */ 157 key_serial_t keyring) in add_key() 160 plen, keyring); in add_key() 562 static int get_keyring_id(const char *keyring) in get_keyring_id() argument 568 * If no keyring is specified, by default use either the user in get_keyring_id() 569 * session key ring or the session keyring. Fetching the in get_keyring_id() 570 * session keyring will return the user session keyring if no in get_keyring_id() 571 * session keyring has been set. in get_keyring_id() 575 * session keyring tha in get_keyring_id() 155 add_key(const char *type, const char *description, const void *payload, size_t plen, key_serial_t keyring) add_key() argument 617 insert_key_into_keyring(const char *keyring, struct salt *salt) insert_key_into_keyring() argument 705 char *keyring = NULL; do_add_key() local [all...] |
/third_party/skia/third_party/externals/swiftshader/tests/regres/util/ |
H A D | pgp.go | 27 keyring, err := openpgp.ReadArmoredKeyRing(key) 32 if _, err := openpgp.CheckDetachedSignature(keyring, data, sig); err != nil {
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_keys.sh | 63 tst_res TCONF "IMA policy has a keyring key-value specifier, but no specified keyrings" 79 keyring=$(echo "$line" | cut -d' ' -f5) 89 tst_res TFAIL "incorrect digest was found for $keyring keyring" 97 # Create a new keyring, import a certificate into it, and verify 110 tst_res TINFO "verify measurement of certificate imported into a keyring" 115 tst_brk TBROK "unable to create a new keyring" 118 tst_brk TBROK "unable to parse the new keyring id ('$KEYRING_ID')" 122 tst_brk TBROK "unable to import a certificate into $keyring_name keyring" 128 tst_res TFAIL "keyring [all...] |
Completed in 3 milliseconds