Lines Matching refs:L
12 L<EVP_DigestSignInit(3)> and related functions. This is not the preferred way of
13 creating MACs. Instead you should use the newer L<EVP_MAC_init(3)> functions.
19 L<EVP_MAC-HMAC(7)>, L<EVP_MAC-Siphash(7)>, L<EVP_MAC-Poly1305(7)> and
20 L<EVP_MAC-CMAC(7)> for details.
22 See L<EVP_PKEY-HMAC(7)>, L<EVP_PKEY-Siphash(7)>, L<EVP_PKEY-Poly1305(7)> or
23 L<EVP_PKEY-CMAC(7)> for details about parameters that are supported during the
28 L<EVP_MAC_init(3)>,
29 L<EVP_DigestSignInit(3)>,
30 L<EVP_PKEY-HMAC(7)>,
31 L<EVP_PKEY-Siphash(7)>,
32 L<EVP_PKEY-Poly1305(7)>,
33 L<EVP_PKEY-CMAC(7)>,
34 L<EVP_MAC-HMAC(7)>,
35 L<EVP_MAC-Siphash(7)>,
36 L<EVP_MAC-Poly1305(7)>,
37 L<EVP_MAC-CMAC(7)>,
38 L<provider-signature(7)>,
47 L<https://www.openssl.org/source/license.html>.