WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
crypto_ecc_curve.h
浏览该文件的文档.
1
9#ifndef CRYPTO_ECC_CURVE_H
10#define CRYPTO_ECC_CURVE_H
11
12#include "crypto_pke_struct.h"
13
14/* RFC 5639 BrainPool */
18
19/* NIST FIPS 186-4 */
24
25/* RFC 7748 Curve25519 */
27
28/* RFC8032 ED25519 */
30
31/* GMT 0003.2-2012 */
33
35
36#endif
const drv_pke_ecc_curve * sm2_curve(td_void)
const drv_pke_ecc_curve * rfc8032_curve(td_void)
const drv_pke_ecc_curve * get_ecc_curve(drv_pke_ecc_curve_type curve_type)
const drv_pke_ecc_curve * fips_256R_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P256_curve(td_void)
const drv_pke_ecc_curve * rfc7748_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P512_curve(td_void)
const drv_pke_ecc_curve * fips_256K_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P384_curve(td_void)
const drv_pke_ecc_curve * fips_384R_curve(td_void)
const drv_pke_ecc_curve * fips_521R_curve(td_void)
drv_pke_ecc_curve_type
Definition crypto_pke_struct.h:32
Definition crypto_pke_struct.h:96
void td_void
Definition td_type.h:49