Searched refs:SIG_TYPE_OFFSET (Results 1 – 1 of 1) sorted by relevance
50 #define SIG_TYPE_OFFSET(otstype) (SIG_OTS_SIG_OFFSET + \ macro52 #define SIG_PATH_OFFSET(otstype) (SIG_TYPE_OFFSET(otstype) + \339 if (sig_size < SIG_TYPE_OFFSET(ctx->params.otstype) + MBEDTLS_LMS_TYPE_LEN) { in mbedtls_lms_verify()343 if (MBEDTLS_GET_UINT32_BE(sig, SIG_TYPE_OFFSET(ctx->params.otstype)) in mbedtls_lms_verify()742 MBEDTLS_PUT_UINT32_BE(ctx->params.type, sig, SIG_TYPE_OFFSET(ctx->params.otstype)); in mbedtls_lms_sign()
Completed in 4 milliseconds