Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dpk_internal.h34 struct mbedtls_pk_info_t struct
37 mbedtls_pk_type_t type;
40 const char *name;
43 size_t (*get_bitlen)( const void * );
46 int (*can_do)( mbedtls_pk_type_t type );
49 int (*verify_func)( void *ctx, mbedtls_md_type_t md_alg,
54 int (*sign_func)( void *ctx, mbedtls_md_type_t md_alg,
68 int (*sign_rs_func)( void *ctx, mbedtls_md_type_t md_alg,
91 void * (*ctx_alloc_func)( void );
94 void (*ctx_free_func)( void *ctx );
[all …]
A Dpk.h195 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef

Completed in 4 milliseconds