56 lines
2.1 KiB
C
Raw Normal View History

2020-03-02 16:50:34 +00:00
/*
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
*
2020-03-02 17:19:21 +00:00
* Licensed under the OpenSSL license (the "License"). You may not use
2020-03-02 16:50:34 +00:00
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
2020-03-02 17:19:21 +00:00
#ifndef HEADER_KDFERR_H
# define HEADER_KDFERR_H
2020-03-02 16:50:34 +00:00
2020-03-02 17:19:21 +00:00
# ifndef HEADER_SYMHACKS_H
# include <openssl/symhacks.h>
2020-03-02 16:50:34 +00:00
# endif
# ifdef __cplusplus
extern "C"
# endif
2020-03-02 17:19:21 +00:00
int ERR_load_KDF_strings(void);
2020-03-02 16:50:34 +00:00
/*
* KDF function codes.
*/
2020-03-02 17:19:21 +00:00
# define KDF_F_PKEY_HKDF_CTRL_STR 103
# define KDF_F_PKEY_HKDF_DERIVE 102
# define KDF_F_PKEY_HKDF_INIT 108
# define KDF_F_PKEY_SCRYPT_CTRL_STR 104
# define KDF_F_PKEY_SCRYPT_CTRL_UINT64 105
# define KDF_F_PKEY_SCRYPT_DERIVE 109
# define KDF_F_PKEY_SCRYPT_INIT 106
# define KDF_F_PKEY_SCRYPT_SET_MEMBUF 107
# define KDF_F_PKEY_TLS1_PRF_CTRL_STR 100
# define KDF_F_PKEY_TLS1_PRF_DERIVE 101
# define KDF_F_PKEY_TLS1_PRF_INIT 110
# define KDF_F_TLS1_PRF_ALG 111
2020-03-02 16:50:34 +00:00
/*
* KDF reason codes.
*/
2020-03-02 17:19:21 +00:00
# define KDF_R_INVALID_DIGEST 100
# define KDF_R_MISSING_ITERATION_COUNT 109
# define KDF_R_MISSING_KEY 104
# define KDF_R_MISSING_MESSAGE_DIGEST 105
# define KDF_R_MISSING_PARAMETER 101
# define KDF_R_MISSING_PASS 110
# define KDF_R_MISSING_SALT 111
# define KDF_R_MISSING_SECRET 107
# define KDF_R_MISSING_SEED 106
# define KDF_R_UNKNOWN_PARAMETER_TYPE 103
# define KDF_R_VALUE_ERROR 108
# define KDF_R_VALUE_MISSING 102
2020-03-02 16:50:34 +00:00
#endif