Home
last modified time | relevance | path

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

/openbmc/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c510 char *restrict_method; in asymmetric_lookup_restriction() local
528 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()
530 if ((strcmp(restrict_method, "key_or_keyring") == 0) && next) { in asymmetric_lookup_restriction()