Lines Matching refs:usage
29 * See the usage() output for the command line usage. See the file
145 /* The modes that this program can operate in (see usage). */
211 static psa_status_t import_key_from_file(psa_key_usage_t usage,
237 psa_set_key_usage_flags(&attributes, usage);
310 static psa_status_t derive_wrapping_key(psa_key_usage_t usage,
334 psa_set_key_usage_flags(&attributes, usage);
586 static void usage(void)
589 printf("Demonstrate the usage of a key derivation ladder.\n");
622 usage();
686 usage();