Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_tests.py301 if alg.can_do(category):
318 key_is_compatible = kt.can_do(alg)
319 if key_is_compatible and alg.can_do(category):
335 elif alg.can_do(category):
637 if kt.can_do(alg)]
/openthread-latest/third_party/mbedtls/repo/library/
Dpk_wrap.h33 int (*can_do)(mbedtls_pk_type_t type); member
Dpk_wrap.c496 .can_do = rsa_can_do,
1117 .can_do = eckey_can_do,
1160 .can_do = eckeydh_can_do,
1242 .can_do = ecdsa_can_do,
1386 .can_do = rsa_alt_can_do,
1434 .can_do = ecdsa_opaque_can_do,
1561 .can_do = rsa_opaque_can_do,
Dpk.c240 return ctx->pk_info->can_do(type); in mbedtls_pk_can_do()
296 if (ctx->pk_info->can_do(type) == 0) { in mbedtls_pk_can_do_ext()
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_data_tests.py42 alg.can_do(crypto_knowledge.AlgorithmCategory.HASH))]
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/tests/suites/
Dtest_suite_psa_crypto_init.function139 int can_do = psa_can_do_hash(PSA_ALG_NONE);
142 TEST_ASSERT(can_do == 1);