Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py206 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType
532 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
/openthread-latest/third_party/mbedtls/repo/library/
Dpk_wrap.h33 int (*can_do)(mbedtls_pk_type_t type); member