Home
last modified time | relevance | path

Searched refs:yA (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/sm2/
A Dsm2_sign.c40 BIGNUM *yA = NULL; in ossl_sm2_compute_z_digest() local
59 yA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
61 if (yA == NULL) { in ossl_sm2_compute_z_digest()
122 xA, yA, ctx) in ossl_sm2_compute_z_digest()
125 || BN_bn2binpad(yA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/openssl-master/test/
A Ddhtest.c529 const unsigned char *yA; member
574 || !TEST_ptr(pub_key = BN_bin2bn(td->yA, td->yA_len, NULL)) in rfc5114_test()

Completed in 7 milliseconds