Lines Matching +full:multi +full:- +full:function
32 MULTI, enumerator
43 printf("\t-all Function of all ciphers\n"); in guide()
44 printf("\t-cipher Function of cipher\n"); in guide()
45 printf("\t-aead Function of aead\n"); in guide()
46 printf("\t-hash Function of hash\n"); in guide()
47 printf("\t-hmac Function of hmac\n"); in guide()
48 printf("\t-rsa Function of rsa\n"); in guide()
49 printf("\t-setkey Function of setkey. NOTE: it will write key to OTP area.\n"); in guide()
50 printf("\t-otpkey Function of otpkey\n"); in guide()
51 …printf("\t-mem Maximum buffer size requested by crypto mem alloc, test until alloc faile… in guide()
52 printf("\t-random Function of get random\n"); in guide()
53 printf("\t-throughput Throughput of all ciphers, MB/s\n"); in guide()
54 printf("\t-stress [cnt] stress cnt times of all cipher/hash/hmac\n"); in guide()
75 {"multi", 0, NULL, MULTI}, in main()
83 while ((opt = getopt_long_only(argc, argv, "", long_options, &option_index)) != -1) { in main()
129 case MULTI: in main()