Searched refs:keyres (Results 1 – 3 of 3) sorted by relevance
425 struct key_restriction *keyres = keyring->restrict_link; in keyring_destroy() local427 key_put(keyres->key); in keyring_destroy()428 kfree(keyres); in keyring_destroy()980 struct key_restriction *keyres = in keyring_restriction_alloc() local983 if (!keyres) in keyring_restriction_alloc()986 keyres->check = check; in keyring_restriction_alloc()988 return keyres; in keyring_restriction_alloc()1002 struct key_restriction *keyres) in keyring_detect_restriction_cycle() argument1004 while (keyres && keyres->key && in keyring_detect_restriction_cycle()1005 keyres->key->type == &key_type_keyring) { in keyring_detect_restriction_cycle()[all …]
525 struct key_restriction *keyres = keyring->restrict_link; in key_instantiate_and_link() local527 ret = keyres->check(keyring, key->type, &prep.payload, in key_instantiate_and_link()528 keyres->key); in key_instantiate_and_link()
458 struct key_restriction *keyres = in asymmetric_restriction_alloc() local461 if (!keyres) in asymmetric_restriction_alloc()464 keyres->check = check; in asymmetric_restriction_alloc()465 keyres->key = key; in asymmetric_restriction_alloc()466 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()468 return keyres; in asymmetric_restriction_alloc()