Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_sign.c39 BIGNUM *yA = NULL; in ossl_sm2_compute_z_digest() local
58 yA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
60 if (yA == NULL) { in ossl_sm2_compute_z_digest()
121 xA, yA, ctx) in ossl_sm2_compute_z_digest()
124 || BN_bn2binpad(yA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/openssl/test/
H 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 13 milliseconds