Searched defs:mbedtls_pk_info_t (Results 1 – 10 of 10) sorted by relevance
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | pk_internal.h | 34 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 D | pk.h | 180 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | pk_internal.h | 34 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 D | pk.h | 180 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | pk_internal.h | 34 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 D | pk.h | 180 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | pk_internal.h | 34 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 D | pk.h | 180 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | pk_internal.h | 34 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 D | pk.h | 180 typedef struct mbedtls_pk_info_t mbedtls_pk_info_t; typedef
|
Completed in 13 milliseconds