Searched refs:sm2_compute_Z (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/src/sig/ |
H A D | sm2.c | 136 ATTRIBUTE_WARN_UNUSED_RET static int sm2_compute_Z(u8 *Z, u16 *Zlen, const u8 *id, u16 id_len, in sm2_compute_Z() function 272 ret = sm2_compute_Z(Z, &Zlen, ctx->adata, ctx->adata_len, in _sm2_sign_init() 569 …ret = sm2_compute_Z(Z, &Zlen, ctx->adata, ctx->adata_len, ctx->pub_key, ctx->h->type); EG(ret, err… in _sm2_verify_init()
|