VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.7/doc/man7/EVP_MAC-CMAC.pod@ 107278

最後變更 在這個檔案從107278是 104078,由 vboxsync 提交於 11 月 前

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

檔案大小: 2.1 KB
 
1=pod
2
3=head1 NAME
4
5EVP_MAC-CMAC - The CMAC EVP_MAC implementation
6
7=head1 DESCRIPTION
8
9Support for computing CMAC MACs through the B<EVP_MAC> API.
10
11This implementation uses EVP_CIPHER functions to get access to the underlying
12cipher.
13
14=head2 Identity
15
16This implementation is identified with this name and properties, to be
17used with EVP_MAC_fetch():
18
19=over 4
20
21=item "CMAC", "provider=default" or "provider=fips"
22
23=back
24
25=head2 Supported parameters
26
27The general description of these parameters can be found in
28L<EVP_MAC(3)/PARAMETERS>.
29
30The following parameter can be set with EVP_MAC_CTX_set_params():
31
32=over 4
33
34=item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string>
35
36Sets the MAC key.
37Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>.
38
39=item "cipher" (B<OSSL_MAC_PARAM_CIPHER>) <UTF8 string>
40
41Sets the name of the underlying cipher to be used. The mode of the cipher
42must be CBC.
43
44=item "properties" (B<OSSL_MAC_PARAM_PROPERTIES>) <UTF8 string>
45
46Sets the properties to be queried when trying to fetch the underlying cipher.
47This must be given together with the cipher naming parameter to be considered
48valid.
49
50=back
51
52The following parameters can be retrieved with
53EVP_MAC_CTX_get_params():
54
55=over 4
56
57=item "size" (B<OSSL_MAC_PARAM_SIZE>) <unsigned integer>
58
59The "size" parameter can also be retrieved with with EVP_MAC_CTX_get_mac_size().
60The length of the "size" parameter is equal to that of an B<unsigned int>.
61
62=back
63
64=over 4
65
66=item "block-size" (B<OSSL_MAC_PARAM_BLOCK_SIZE>) <unsigned integer>
67
68Gets the MAC block size. The "block-size" parameter can also be retrieved with
69EVP_MAC_CTX_get_block_size().
70
71=back
72
73=head1 SEE ALSO
74
75L<EVP_MAC_CTX_get_params(3)>, L<EVP_MAC_CTX_set_params(3)>,
76L<EVP_MAC(3)/PARAMETERS>, L<OSSL_PARAM(3)>
77
78=head1 COPYRIGHT
79
80Copyright 2018-2022 The OpenSSL Project Authors. All Rights Reserved.
81
82Licensed under the Apache License 2.0 (the "License"). You may not use
83this file except in compliance with the License. You can obtain a copy
84in the file LICENSE in the source distribution or at
85L<https://www.openssl.org/source/license.html>.
86
87=cut
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette