Home
last modified time | relevance | path

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

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