Home
last modified time | relevance | path

Searched defs:mbedtls_pk_info_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpk_internal.h36 struct mbedtls_pk_info_t struct
39 mbedtls_pk_type_t type;
42 const char *name;
45 size_t (*get_bitlen)( const void * );
48 int (*can_do)( mbedtls_pk_type_t type );
51 int (*verify_func)( void *ctx, mbedtls_md_type_t md_alg,
56 int (*sign_func)( void *ctx, mbedtls_md_type_t md_alg,
70 int (*sign_rs_func)( void *ctx, mbedtls_md_type_t md_alg,
93 void * (*ctx_alloc_func)( void );
96 void (*ctx_free_func)( void *ctx );
[all …]
A Dpk.h125 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef

Completed in 4 milliseconds