Searched refs:can_do (Results 1 – 7 of 7) sorted by relevance
377 if alg.can_do(category):394 key_is_compatible = kt.can_do(alg)395 if key_is_compatible and alg.can_do(category):411 elif alg.can_do(category):711 if kt.can_do(alg)]
46 int (*can_do)( mbedtls_pk_type_t type ); member
223 return( ctx->pk_info->can_do( type ) ); in mbedtls_pk_can_do()275 if( ctx->pk_info->can_do( type ) == 0 ) in mbedtls_pk_can_do_ext()
211 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType501 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
3034 int can_do; local3114 can_do = 0;3120 can_do = 1;3126 if (!can_do) {
228 return( ctx->pk_info->can_do( type ) ); in mbedtls_pk_can_do()