Searched refs:SM2_SIGLEN (Results 1 – 2 of 2) sorted by relevance
27 #define SM2_SIGLEN(q_bit_len) (SM2_R_LEN(q_bit_len) + \ macro29 #define SM2_MAX_SIGLEN SM2_SIGLEN(CURVES_MAX_Q_BIT_LEN)
105 (*siglen) = (u8)SM2_SIGLEN(q_bit_len); in sm2_siglen()357 MUST_HAVE((siglen == SM2_SIGLEN(q_bit_len)), ret, err); in _sm2_sign_finalize()546 MUST_HAVE((siglen == SM2_SIGLEN(q_bit_len)), ret, err); in _sm2_verify_init()