Home
last modified time | relevance | path

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

/external/mbedtls/library/
Dlms.c52 #define SIG_TYPE_OFFSET(otstype) (SIG_OTS_SIG_OFFSET + \ argument
54 #define SIG_PATH_OFFSET(otstype) (SIG_TYPE_OFFSET(otstype) + \ argument
228 mbedtls_lmots_algorithm_type_t otstype; in mbedtls_lms_import_public_key() local
571 mbedtls_lmots_algorithm_type_t otstype, in mbedtls_lms_generate_private_key()
/external/mbedtls/include/mbedtls/
Dlms.h67 #define MBEDTLS_LMS_SIG_LEN(type, otstype) (MBEDTLS_LMOTS_Q_LEAF_ID_LEN + \ argument