Lines Matching +full:128 +full:b
10 B<openssl mac>
11 [B<-help>]
12 [B<-cipher>]
13 [B<-digest>]
14 [B<-macopt>]
15 [B<-in> I<filename>]
16 [B<-out> I<filename>]
17 [B<-binary>]
30 =item B<-help>
34 =item B<-in> I<filename>
40 =item B<-out> I<filename>
44 =item B<-binary>
48 =item B<-cipher> I<name>
51 For CMAC it should be a CBC mode cipher e.g. AES-128-CBC.
52 For GMAC it should be a GCM mode cipher e.g. AES-128-GCM.
54 =item B<-digest> I<name>
61 =item B<-macopt> I<nm>:I<v>
70 =item B<key:>I<string>
77 =item B<hexkey:>I<string>
83 =item B<iv:>I<string>
88 =item B<hexiv:>I<string>
92 =item B<size:>I<int>
97 =item B<custom:>I<string>
102 =item B<digest:>I<string>
104 This option is identical to the B<-digest> option.
106 =item B<cipher:>I<string>
108 This option is identical to the B<-cipher> option.
136 To create a hex-encoded CMAC-AES-128-CBC MAC from a file:
138 openssl mac -cipher AES-128-CBC \
148 To create a hex-encoded GMAC-AES-128-GCM with a IV from a file:
150 openssl mac -cipher AES-128-GCM -macopt hexiv:E0E00F19FED7BA0136A797F3 \