mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 02:18:54 +00:00
15 lines
357 B
C
15 lines
357 B
C
/*
|
|
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Authors: Xiong Hao <hao.xiong@artinchip.com>
|
|
*/
|
|
|
|
#include <asn1_decoder.h>
|
|
|
|
extern const struct asn1_decoder rsapubkey_decoder;
|
|
|
|
extern int rsa_get_e(void *, const void *, size_t);
|
|
extern int rsa_get_n(void *, const void *, size_t);
|