Searched refs:sign_file (Results 1 – 1 of 1) sorted by relevance
128 static char *sign_file = NULL; /* sign key file */ variable4017 if (sign_file == NULL) { in crypto_setup()4020 sign_file = emalloc(strlen(filename) + 1); in crypto_setup()4021 strcpy(sign_file, filename); in crypto_setup()4023 pkey = crypto_key(sign_file, &fstamp); in crypto_setup()4175 sign_file = emalloc(strlen(cp) + 1); in crypto_config()4176 strcpy(sign_file, cp); in crypto_config()