Home | History | Annotate | Download | only in evp

Lines Matching refs:openssl

1 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
5 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
21 * "This product includes software developed by the OpenSSL Project
22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
27 * licensing@OpenSSL.org.
29 * 5. Products derived from this software may not be called "OpenSSL"
30 * nor may "OpenSSL" appear in their names without prior written
31 * permission of the OpenSSL Project.
35 * "This product includes software developed by the OpenSSL Project
36 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
38 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
41 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
56 #include <openssl/evp.h>
58 #include <openssl/bn.h>
59 #include <openssl/bytestring.h>
60 #include <openssl/ec.h>
61 #include <openssl/ec_key.h>
62 #include <openssl/ecdsa.h>
63 #include <openssl/err.h>
169 * means. Both OpenSSL and NSS omit the redundant parameters, so we omit them