Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/asymmetric_keys/
Dasymmetric_type.c480 char *restrict_method; in asymmetric_lookup_restriction() local
498 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()
500 if ((strcmp(restrict_method, "key_or_keyring") == 0) && next) { in asymmetric_lookup_restriction()