Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dlms.c50 #define SIG_TYPE_OFFSET(otstype) (SIG_OTS_SIG_OFFSET + \ argument
52 #define SIG_PATH_OFFSET(otstype) (SIG_TYPE_OFFSET(otstype) + \ argument
239 mbedtls_lmots_algorithm_type_t otstype; in mbedtls_lms_import_public_key() local
556 mbedtls_lmots_algorithm_type_t otstype, in mbedtls_lms_generate_private_key()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dlms.h55 #define MBEDTLS_LMS_SIG_LEN(type, otstype) (MBEDTLS_LMOTS_Q_LEAF_ID_LEN + \ argument