Lines Matching refs:keyring_ref
806 static key_ref_t __key_create_or_update(key_ref_t keyring_ref,
839 keyring = key_ref_to_ptr(keyring_ref);
894 ret = key_permission(keyring_ref, KEY_NEED_WRITE);
906 key_ref = find_key_to_update(keyring_ref, &index_key);
911 key_ref = find_key_to_update(keyring_ref, &index_key);
951 key_ref = make_key_ref(key, is_key_possessed(keyring_ref));
990 * @keyring_ref: A pointer to the destination keyring with possession flag.
1013 key_ref_t key_create_or_update(key_ref_t keyring_ref,
1021 return __key_create_or_update(keyring_ref, type, description, payload,
1028 * @keyring_ref: A pointer to the destination keyring with possession flag.
1050 key_ref_t key_create(key_ref_t keyring_ref,
1058 return __key_create_or_update(keyring_ref, type, description, payload,