Home
last modified time | relevance | path

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

/external/libsrtp2/test/
Drtp_decoder.c211 input_key = optarg_s; in main()
214 scs.key_size = atoi(optarg_s); in main()
227 scs.tag_size = atoi(optarg_s); in main()
237 status = srtp_set_debug_module(optarg_s, 1); in main()
240 optarg_s); in main()
245 if (strlen(optarg_s) > MAX_FILTER) { in main()
250 fprintf(stderr, "Setting filter as %s\n", optarg_s); in main()
251 strcpy(filter_exp, optarg_s); in main()
259 if (strcasecmp(i_scsp->can_name, optarg_s) == 0) { in main()
265 optarg_s); in main()
[all …]
Dgetopt_s.c49 char *optarg_s; variable
94 optarg_s = argv[optind_s]; in getopt_s()
Drtpw.c205 input_key = optarg_s; in main()
208 key_size = atoi(optarg_s); in main()
217 tag_size = atoi(optarg_s); in main()
237 status = srtp_set_debug_module(optarg_s, 1); in main()
239 printf("error: set debug module (%s) failed\n", optarg_s); in main()
247 dictfile = optarg_s; in main()
Ddtls_srtp_driver.c87 err = srtp_crypto_kernel_set_debug_module(optarg_s, 1); in main()
89 printf("error: set debug module (%s) failed\n", optarg_s); in main()
Dsrtp_driver.c270 status = srtp_set_debug_module(optarg_s, 1); in main()
272 printf("error: set debug module (%s) failed\n", optarg_s); in main()
/external/libsrtp2/crypto/test/
Dkernel_driver.c86 status = srtp_crypto_kernel_set_debug_module(optarg_s, 1); in main()
88 printf("error: set debug module (%s) failed\n", optarg_s); in main()
/external/libsrtp2/include/
Dgetopt_s.h59 extern char *optarg_s; /* defined in getopt.c */