2016-05-17 21:38:18 +00:00
|
|
|
/*
|
2016-05-23 19:02:34 +00:00
|
|
|
* Generated by util/mkerr.pl DO NOT EDIT
|
2018-06-21 21:16:18 +00:00
|
|
|
* Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
|
2016-03-02 04:11:02 +00:00
|
|
|
*
|
2018-12-06 12:41:54 +00:00
|
|
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
2016-05-17 21:38:18 +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
|
2016-03-02 04:11:02 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <openssl/err.h>
|
2017-06-07 19:12:03 +00:00
|
|
|
#include <openssl/kdferr.h>
|
2016-03-02 04:11:02 +00:00
|
|
|
|
|
|
|
#ifndef OPENSSL_NO_ERR
|
|
|
|
|
2017-06-07 19:12:03 +00:00
|
|
|
static const ERR_STRING_DATA KDF_str_reasons[] = {
|
2019-07-08 23:33:18 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_BAD_ENCODING), "bad encoding"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_BAD_LENGTH), "bad length"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INAVLID_UKM_LEN), "inavlid ukm len"},
|
2017-06-07 19:12:03 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INVALID_DIGEST), "invalid digest"},
|
2019-05-03 03:04:58 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INVALID_ITERATION_COUNT),
|
|
|
|
"invalid iteration count"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INVALID_KEY_LEN), "invalid key len"},
|
2019-01-04 08:41:21 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INVALID_MAC_TYPE), "invalid mac type"},
|
2019-05-03 03:04:58 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_INVALID_SALT_LEN), "invalid salt len"},
|
2019-07-08 23:33:18 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_CEK_ALG), "missing cek alg"},
|
2017-07-22 18:04:55 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_ITERATION_COUNT),
|
|
|
|
"missing iteration count"},
|
2017-07-26 19:49:36 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_KEY), "missing key"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_MESSAGE_DIGEST),
|
|
|
|
"missing message digest"},
|
2017-06-07 19:12:03 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_PARAMETER), "missing parameter"},
|
2017-07-22 18:04:55 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_PASS), "missing pass"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_SALT), "missing salt"},
|
2017-08-01 16:32:45 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_SECRET), "missing secret"},
|
2017-07-26 19:49:36 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_SEED), "missing seed"},
|
2018-09-19 20:23:45 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_SESSION_ID), "missing session id"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_TYPE), "missing type"},
|
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_MISSING_XCGHASH), "missing xcghash"},
|
2019-05-16 01:43:41 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_NOT_SUPPORTED), "not supported"},
|
2017-07-22 15:43:05 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_UNKNOWN_PARAMETER_TYPE),
|
|
|
|
"unknown parameter type"},
|
2019-07-08 23:33:18 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_UNSUPPORTED_CEK_ALG),
|
|
|
|
"unsupported cek alg"},
|
2019-01-04 08:41:21 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_UNSUPPORTED_MAC_TYPE),
|
|
|
|
"unsupported mac type"},
|
2017-07-22 18:04:55 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_VALUE_ERROR), "value error"},
|
2017-06-07 19:12:03 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_VALUE_MISSING), "value missing"},
|
2018-06-21 21:16:18 +00:00
|
|
|
{ERR_PACK(ERR_LIB_KDF, 0, KDF_R_WRONG_OUTPUT_BUFFER_SIZE),
|
|
|
|
"wrong output buffer size"},
|
2016-03-02 04:11:02 +00:00
|
|
|
{0, NULL}
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2016-07-12 13:50:06 +00:00
|
|
|
int ERR_load_KDF_strings(void)
|
2016-03-02 04:11:02 +00:00
|
|
|
{
|
|
|
|
#ifndef OPENSSL_NO_ERR
|
2019-07-11 18:01:56 +00:00
|
|
|
if (ERR_func_error_string(KDF_str_reasons[0].error) == NULL)
|
2017-06-07 19:12:03 +00:00
|
|
|
ERR_load_strings_const(KDF_str_reasons);
|
2016-03-02 04:11:02 +00:00
|
|
|
#endif
|
2016-07-12 13:50:06 +00:00
|
|
|
return 1;
|
2016-03-02 04:11:02 +00:00
|
|
|
}
|