Home
last modified time | relevance | path

Searched refs:allowed_pks (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h162 uint32_t allowed_pks; /**< PK algs for signatures */ member
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dx509_crt.c180 if( ( profile->allowed_pks & MBEDTLS_X509_ID_FLAG( pk_alg ) ) != 0 ) in x509_profile_check_pk_alg()