Home
last modified time | relevance | path

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

/external/mbedtls/tests/scripts/
Dgenerate_psa_tests.py377 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)]
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dpk_internal.h46 int (*can_do)( mbedtls_pk_type_t type ); member
/external/mbedtls/library/
Dpk_wrap.h46 int (*can_do)( mbedtls_pk_type_t type ); member
Dpk.c223 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()
/external/mbedtls/scripts/mbedtls_dev/
Dcrypto_knowledge.py211 def can_do(self, alg: 'Algorithm') -> bool: member in KeyType
501 def can_do(self, category: AlgorithmCategory) -> bool: member in Algorithm
/external/libpcap/
Dpcap-bpf.c3034 int can_do; local
3114 can_do = 0;
3120 can_do = 1;
3126 if (!can_do) {
/external/openthread/third_party/mbedtls/repo/library/
Dpk.c228 return( ctx->pk_info->can_do( type ) ); in mbedtls_pk_can_do()