Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py206 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType
532 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dcrypto_knowledge.py206 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType
532 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
/aosp_15_r20/external/mbedtls/library/
H A Dpk_wrap.h33 int (*can_do)(mbedtls_pk_type_t type); member
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk_wrap.h33 int (*can_do)(mbedtls_pk_type_t type); member
/aosp_15_r20/external/libpcap/
H A Dpcap-bpf.c3034 int can_do; local