Lines Matching refs:keyring_ref
790 static key_ref_t __key_create_or_update(key_ref_t keyring_ref,
823 keyring = key_ref_to_ptr(keyring_ref);
878 ret = key_permission(keyring_ref, KEY_NEED_WRITE);
890 key_ref = find_key_to_update(keyring_ref, &index_key);
895 key_ref = find_key_to_update(keyring_ref, &index_key);
935 key_ref = make_key_ref(key, is_key_possessed(keyring_ref));
975 * @keyring_ref: A pointer to the destination keyring with possession flag.
998 key_ref_t key_create_or_update(key_ref_t keyring_ref,
1006 return __key_create_or_update(keyring_ref, type, description, payload,
1013 * @keyring_ref: A pointer to the destination keyring with possession flag.
1035 key_ref_t key_create(key_ref_t keyring_ref,
1043 return __key_create_or_update(keyring_ref, type, description, payload,