Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/asymmetric_keys/
Dasymmetric_type.c461 struct key_restriction *keyres = in asymmetric_restriction_alloc() local
464 if (!keyres) in asymmetric_restriction_alloc()
467 keyres->check = check; in asymmetric_restriction_alloc()
468 keyres->key = key; in asymmetric_restriction_alloc()
469 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
471 return keyres; in asymmetric_restriction_alloc()