Searched refs:str (Results 1 – 2 of 2) sorted by relevance
24 static int __init ca_keys_setup(char *str) in ca_keys_setup() argument26 if (!str) /* default system keyring */ in ca_keys_setup()29 if (strncmp(str, "id:", 3) == 0) { in ca_keys_setup()31 size_t hexlen = (strlen(str) - 3) / 2; in ca_keys_setup()39 ret = __asymmetric_key_hex_to_key_id(str + 3, p, hexlen); in ca_keys_setup()44 } else if (strcmp(str, "builtin") == 0) { in ca_keys_setup()
23 static int fips_enable(char *str) in fips_enable() argument25 fips_enabled = !!simple_strtol(str, NULL, 0); in fips_enable()