1EVP_MD2(3) OpenSSL EVP_MD2(3)
2
3
4
6 EVP_md2 - MD2 For EVP
7
9 #include <openssl/evp.h>
10
11 const EVP_MD *EVP_md2(void);
12
14 MD2 is a cryptographic hash function standardized in RFC 1319 and
15 designed by Ronald Rivest.
16
17 EVP_md2()
18 The MD2 algorithm which produces a 128-bit output from a given
19 input.
20
22 These functions return a EVP_MD structure that contains the
23 implementation of the symmetric cipher. See EVP_MD_meth_new(3) for
24 details of the EVP_MD structure.
25
27 IETF RFC 1319.
28
30 evp(7), EVP_DigestInit(3)
31
33 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
34
35 Licensed under the OpenSSL license (the "License"). You may not use
36 this file except in compliance with the License. You can obtain a copy
37 in the file LICENSE in the source distribution or at
38 <https://www.openssl.org/source/license.html>.
39
40
41
421.1.1c 2019-05-28 EVP_MD2(3)