13 lines
188 B
C
13 lines
188 B
C
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
|
|
*/
|
|
#ifndef _TEST_RSA_H_
|
|
#define _TEST_RSA_H_
|
|
|
|
#include "rkcrypto_common.h"
|
|
|
|
RK_RES test_rsa(int verbose);
|
|
|
|
#endif /*_TEST_RSA_H_*/
|
|
|