mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@45 ff987cc8-cf2f-4642-8568-d52cce064691
224 lines
11 KiB
C
224 lines
11 KiB
C
/* ====================================================================
|
||
* Copyright (c) 1998-2008 The OpenSSL Project. All rights reserved.
|
||
*
|
||
* Redistribution and use in source and binary forms, with or without
|
||
* modification, are permitted provided that the following conditions
|
||
* are met:
|
||
*
|
||
* 1. Redistributions of source code must retain the above copyright
|
||
* notice, this list of conditions and the following disclaimer.
|
||
*
|
||
* 2. Redistributions in binary form must reproduce the above copyright
|
||
* notice, this list of conditions and the following disclaimer in
|
||
* the documentation and/or other materials provided with the
|
||
* distribution.
|
||
*
|
||
* 3. All advertising materials mentioning features or use of this
|
||
* software must display the following acknowledgment:
|
||
* "This product includes software developed by the OpenSSL Project
|
||
* for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
|
||
*
|
||
* 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
|
||
* endorse or promote products derived from this software without
|
||
* prior written permission. For written permission, please contact
|
||
* openssl-core@openssl.org.
|
||
*
|
||
* 5. Products derived from this software may not be called "OpenSSL"
|
||
* nor may "OpenSSL" appear in their names without prior written
|
||
* permission of the OpenSSL Project.
|
||
*
|
||
* 6. Redistributions of any form whatsoever must retain the following
|
||
* acknowledgment:
|
||
* "This product includes software developed by the OpenSSL Project
|
||
* for use in the OpenSSL Toolkit (http://www.openssl.org/)"
|
||
*
|
||
* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
|
||
* EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
||
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||
* OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
* ====================================================================
|
||
*
|
||
* This product includes cryptographic software written by Eric Young
|
||
* (eay@cryptsoft.com). This product includes software written by Tim
|
||
* Hudson (tjh@cryptsoft.com).
|
||
*
|
||
*/
|
||
|
||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||
* All rights reserved.
|
||
*
|
||
* This package is an SSL implementation written
|
||
* by Eric Young (eay@cryptsoft.com).
|
||
* The implementation was written so as to conform with Netscapes SSL.
|
||
*
|
||
* This library is free for commercial and non-commercial use as long as
|
||
* the following conditions are aheared to. The following conditions
|
||
* apply to all code found in this distribution, be it the RC4, RSA,
|
||
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
|
||
* included with this distribution is covered by the same copyright terms
|
||
* except that the holder is Tim Hudson (tjh@cryptsoft.com).
|
||
*
|
||
* Copyright remains Eric Young's, and as such any Copyright notices in
|
||
* the code are not to be removed.
|
||
* If this package is used in a product, Eric Young should be given attribution
|
||
* as the author of the parts of the library used.
|
||
* This can be in the form of a textual message at program startup or
|
||
* in documentation (online or textual) provided with the package.
|
||
*
|
||
* Redistribution and use in source and binary forms, with or without
|
||
* modification, are permitted provided that the following conditions
|
||
* are met:
|
||
* 1. Redistributions of source code must retain the copyright
|
||
* notice, this list of conditions and the following disclaimer.
|
||
* 2. Redistributions in binary form must reproduce the above copyright
|
||
* notice, this list of conditions and the following disclaimer in the
|
||
* documentation and/or other materials provided with the distribution.
|
||
* 3. All advertising materials mentioning features or use of this software
|
||
* must display the following acknowledgement:
|
||
* "This product includes cryptographic software written by
|
||
* Eric Young (eay@cryptsoft.com)"
|
||
* The word 'cryptographic' can be left out if the rouines from the library
|
||
* being used are not cryptographic related :-).
|
||
* 4. If you include any Windows specific code (or a derivative thereof) from
|
||
* the apps directory (application code) you must include an acknowledgement:
|
||
* "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
||
*
|
||
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
|
||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||
* SUCH DAMAGE.
|
||
*
|
||
* The licence and distribution terms for any publically available version or
|
||
* derivative of this code cannot be changed. i.e. this code cannot simply be
|
||
* copied and put under another distribution licence
|
||
* [including the GNU Public Licence.]
|
||
*/
|
||
|
||
#ifndef _CR_GENERATE_ID_H_
|
||
#define _CR_GENERATE_ID_H_
|
||
|
||
// <20><><EFBFBD><EFBFBD>
|
||
#define CR_GENID_SUCCESS 0
|
||
|
||
//---------------------------------------------------
|
||
// OpenSSL<53>̏<EFBFBD><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʂɂ<CA82><C982><EFBFBD><EFBFBD>G<EFBFBD><47><EFBFBD>[<5B>R<EFBFBD>[<5B>h
|
||
//---------------------------------------------------
|
||
#define CR_GENID_ERROR_RSA_ENC ( -1)
|
||
#define CR_GENID_ERROR_RSA_DEC ( -2)
|
||
#define CR_GENID_ERROR_RSA_VERIFY ( -3)
|
||
#define CR_GENID_ERROR_ECDSA_SIGN ( -4)
|
||
#define CR_GENID_ERROR_ECDSA_VERIFY ( -5)
|
||
#define CR_GENID_ERROR_SET_MEM_FUNCTIONS ( -6)
|
||
#define CR_GENID_ERROR_RSA_LOAD_PARAM ( -7)
|
||
#define CR_GENID_ERROR_EC_GENERATE_PRIVATE_KEY ( -8)
|
||
#define CR_GENID_ERROR_EC_GENERATE_PUBLIC_KEY ( -9)
|
||
#define CR_GENID_ERROR_RSA_READ_PRIVATE_KEY (-10)
|
||
#define CR_GENID_ERROR_RSA_READ_PUBLIC_KEY (-11)
|
||
#define CR_GENID_ERROR_BN_NEW_0 (-12)
|
||
#define CR_GENID_ERROR_BN_NEW_1 (-13)
|
||
#define CR_GENID_ERROR_BN_NEW_2 (-14)
|
||
#define CR_GENID_ERROR_BN_CTX_NEW (-15)
|
||
#define CR_GENID_ERROR_EC_POINT_NEW (-16)
|
||
#define CR_GENID_ERROR_EC_KEY_NEW_0 (-17)
|
||
#define CR_GENID_ERROR_EC_KEY_NEW_1 (-18)
|
||
#define CR_GENID_ERROR_ID_BUF_SIZE (-19)
|
||
#define CR_GENID_ERROR_ERR_BUF_SIZE (-20)
|
||
#define CR_GENID_ERROR_PRIVKEY_SCRAMBLE (-21)
|
||
#define CR_GENID_ERROR_AES_ENC (-22)
|
||
#define CR_GENID_ERROR_AES_DEC (-23)
|
||
#define CR_GENID_ERROR_AES_VERIFY (-24)
|
||
#define CR_GENID_ERROR_CERT_BUF_SIZE (-25)
|
||
#define CR_GENID_ERROR_ECC_READ_PRIVATE_KEY (-26)
|
||
|
||
//---------------------------------------------------
|
||
// HSM<53>̏<EFBFBD><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʂɂ<CA82><C982><EFBFBD><EFBFBD>G<EFBFBD><47><EFBFBD>[<5B>R<EFBFBD>[<5B>h
|
||
//---------------------------------------------------
|
||
#define CR_GENID_ERROR_HSM_UNKNOWN_ID ( 4) // <20><><EFBFBD><EFBFBD>ID<49><44><EFBFBD>s<EFBFBD><73><EFBFBD>Ȓl<C892>ł<EFBFBD><C582><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_BAD_CERTKEYHASH ( 9) // <20>ؖ<EFBFBD><D896><EFBFBD><EFBFBD>̃n<CC83>b<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_BAD_CERTSIGN ( 10) // <20>ؖ<EFBFBD><D896><EFBFBD><EFBFBD>̏<EFBFBD><CC8F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_CERTVERIFY_FAILED ( 11) // <20><><EFBFBD><EFBFBD><EFBFBD>̌<EFBFBD><CC8C>Ɏ<D882><C98E>s<EFBFBD><73><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_BAD_TOKEN ( 14) // <20>g<EFBFBD>[<5B>N<EFBFBD><4E><EFBFBD>̒l<CC92><6C><EFBFBD>s<EFBFBD><73>
|
||
#define CR_GENID_ERROR_HSM_LOAD_BLOB_FAILED ( 19) // Blob(kmdata)<29><><EFBFBD>F<EFBFBD><46><EFBFBD>o<EFBFBD><6F><EFBFBD>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_BUFFER_FULL ( 20) // <20>Œ蒷<C592>o<EFBFBD>b<EFBFBD>t<EFBFBD>@<40><><EFBFBD>g<EFBFBD><67><EFBFBD>ʂ<EFBFBD><CA82><EFBFBD><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_RESET_NOW ( 21) // <20>R<EFBFBD>}<7D><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>HSM<53><4D><EFBFBD>Z<EFBFBD>b<EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_KEY_NOTFOUND ( 28) // HSM<53>L<EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_DECRYPT_FAILED ( 31) // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ɏ<EFBFBD><C98E>s<EFBFBD><73><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_CONFILICT_KEYHASH ( 37) // <20><><EFBFBD>̃n<CC83>b<EFBFBD>V<EFBFBD><56><EFBFBD>ƃ<EFBFBD><C683>W<EFBFBD><57><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>̃n<CC83>b<EFBFBD>V<EFBFBD><56><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD><76><EFBFBD>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_ENCRYCT_FAILED ( 44) // <20>Í<EFBFBD><C38D><EFBFBD><EFBFBD>Ɏ<EFBFBD><C98E>s<EFBFBD><73><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_HARD_FAILED ( 55) // HSM<53>n<EFBFBD>[<5B>h<EFBFBD>E<EFBFBD>F<EFBFBD>A<EFBFBD>G<EFBFBD><47><EFBFBD>[
|
||
#define CR_GENID_ERROR_HSM_SERVER_STOPPED ( 56) // <20>T<EFBFBD>[<5B>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD>삵<EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_OS_ERROR ( 57) // OS<4F><53>HSM<53>ƃv<C683><76><EFBFBD>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>Ԃ̒ʐM<CA90>𐋍s<F0908B8D>ł<EFBFBD><C582>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_CONNECTION_LOST ( 60) // HSM<53>ƒʐM<CA90><4D><EFBFBD>邽<EFBFBD>߂̃T<CC83>[<5B>o<EFBFBD>Ƃ̐ڑ<CC90><DA91><EFBFBD><EFBFBD>ꂽ<D882>B
|
||
#define CR_GENID_ERROR_HSM_COMMAND_CANCELLED ( 64) // <20>R<EFBFBD>}<7D><><EFBFBD>h<EFBFBD>̔<EFBFBD><CC94>s<EFBFBD><73><EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>Z<EFBFBD><5A><EFBFBD><EFBFBD><EFBFBD>ꂽ
|
||
#define CR_GENID_ERROR_HSM_STACK_OVERFLOW ( 67) // <20>X<EFBFBD>^<5E>b<EFBFBD>N<EFBFBD>̃G<CC83><47><EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD><F092B482><EFBFBD>Push<73><68><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682><EFBFBD>(BIGNUM<55><4D><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_HSM_STACK_UNDERFLOW ( 68) // <20><><EFBFBD>̃X<CC83>^<5E>b<EFBFBD>N<EFBFBD><4E><EFBFBD><EFBFBD>Pop<6F><70><EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>Ƃ<EFBFBD><C682><EFBFBD>(BIGNUM<55><4D><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_HSM_RESULT_NEGATIVE ( 69) // <20><><EFBFBD>ʂɕ<CA82><C995>̒l<CC92><6C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>(BIGNUM<55><4D><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_HSM_BIGNUM_NOUPCALL ( 72) // BIGNUM<55><4D><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D690><EFBFBD><EFBFBD>o<EFBFBD>^<5E><><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_TIMEOUT_OPERATION (106) // <20><><EFBFBD>W<EFBFBD><57><EFBFBD>[<5B><><EFBFBD>ɐݒ肳<DD92><E882B3><EFBFBD>Ă<EFBFBD><C482>鎞<EFBFBD>ԓ<EFBFBD><D493>ɃR<C983>}<7D><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_UNKNOWN_KEY (130) // <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>W<EFBFBD><57><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD>Ō<EFBFBD><C58C>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD><EFBFBD>
|
||
#define CR_GENID_ERROR_NFKM_KEY_NOTFOUND (132) // <20><><EFBFBD>N<EFBFBD>G<EFBFBD>X<EFBFBD>g<EFBFBD><67><EFBFBD>ꂽ<EFBFBD><EA82BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD><EFBFBD>(NFKM<4B><4D><EFBFBD>C<EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_NFKM_NOUSABLE_MODULE (135) // <20><><EFBFBD>p<EFBFBD>\<5C>ȃ<EFBFBD><C883>W<EFBFBD><57><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>݂<EFBFBD><DD82>Ȃ<EFBFBD>(NFKM<4B><4D><EFBFBD>C<EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_NFKM_NOUSABLE_WORLD (137) // <20><><EFBFBD>݂̃Z<CC83>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD>B<EFBFBD><42><EFBFBD>[<5B><><EFBFBD>h<EFBFBD><68><EFBFBD>g<EFBFBD>p<EFBFBD>s<EFBFBD>ł<C282><C582><EFBFBD>(NFKM<4B><4D><EFBFBD>C<EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_HSM_NA_USELIMIT (141) // <20><><EFBFBD><EFBFBD><EFBFBD>K<EFBFBD><EFBFBD>USE LIMIT<49><54><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ă<EFBFBD><C482>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_HSM_BUSY_NOW (142) // <20><><EFBFBD><EFBFBD>HSM<53><4D><EFBFBD>r<EFBFBD>W<EFBFBD>[<5B>ŗv<C597><76><EFBFBD>̃R<CC83>}<7D><><EFBFBD>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD>ł<EFBFBD><C582>Ȃ<EFBFBD>
|
||
#define CR_GENID_ERROR_NFKM_UNUSABLE_MODULE (144) // <20><><EFBFBD>W<EFBFBD><57><EFBFBD>[<5B><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>p<EFBFBD>s<EFBFBD>ł<C282><C582><EFBFBD>(NFKM<4B><4D><EFBFBD>C<EFBFBD>u<EFBFBD><75><EFBFBD><EFBFBD>)
|
||
#define CR_GENID_ERROR_HSM_REPLY_MISMATCH (238) // <20>R<EFBFBD>}<7D><><EFBFBD>h<EFBFBD>Ɖ<EFBFBD><C689><EFBFBD><EFBFBD>̃^<5E>C<EFBFBD>v<EFBFBD><76><EFBFBD><EFBFBD><EFBFBD>v<EFBFBD><76><EFBFBD>Ȃ<EFBFBD>
|
||
|
||
#ifdef __cplusplus
|
||
extern "C" {
|
||
#endif
|
||
|
||
typedef signed char s8;
|
||
typedef unsigned char u8;
|
||
typedef unsigned short u16;
|
||
typedef signed long s32;
|
||
typedef unsigned long u32;
|
||
typedef unsigned long long u64;
|
||
|
||
#define CR_ID_BUF_SIZE (2048/8)
|
||
#define CR_NUM_OF_SERIAL 5
|
||
|
||
/*
|
||
serial <20><> <20><><EFBFBD>ۂ<EFBFBD>ID <20>Ƃ̊W<D68C>́A<CD81><41><EFBFBD>L<EFBFBD>̂悤<CC82>ɂȂ<C982><C882>Ă<EFBFBD><C482>܂<EFBFBD><DC82>B
|
||
ID0 = serial[ 0 ]
|
||
ID1 = serial[ 1 ] | ( serial[ 2 ] << 32 )
|
||
ID2 = serial[ 3 ] | ( serial[ 4 ] << 32 )
|
||
*/
|
||
|
||
// Nintendo ID <20>d<EFBFBD>l
|
||
#define CR_ID0_BIT_NUM 32
|
||
#define CR_ID1_BIT_NUM 34
|
||
#define CR_ID2_BIT_NUM 64
|
||
#define CR_ID0_MASK 0xFFFFFFFF // 32bit
|
||
#define CR_ID1_MASK 0x00000003FFFFFFFFll // 34bit
|
||
#define CR_ID2_MASK 0xFFFFFFFFFFFFFFFFll // 64bit
|
||
|
||
extern int cr_generate_id_initialize( void );
|
||
extern int cr_generate_id( u32 serial[CR_NUM_OF_SERIAL], u8 id[CR_ID_BUF_SIZE], u8 bondingOption );
|
||
extern int cr_generate_id_finalize( void );
|
||
|
||
extern int cr_print_flag;
|
||
|
||
#ifdef __cplusplus
|
||
}
|
||
#endif
|
||
|
||
|
||
#endif /* _CR_GENERATE_ID_H_ */
|
||
|