Home
last modified time | relevance | path

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

/third_party/mbedtls/scripts/mbedtls_dev/
Dcrypto_knowledge.py211 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType
535 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
/third_party/mbedtls/library/
Dpk_wrap.h45 int (*can_do)(mbedtls_pk_type_t type); member