Home
last modified time | relevance | path

Searched refs:can_do (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dpk_internal.h47 int (*can_do)( mbedtls_pk_type_t type ); member
/net-tools-latest/mbedtls-2.4.0/library/
Dpk.c154 return( ctx->pk_info->can_do( type ) ); in mbedtls_pk_can_do()