Home
last modified time | relevance | path

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

/openssl/crypto/sm2/
H A Dsm2_sign.c40 BIGNUM *yA = NULL; in ossl_sm2_compute_z_digest() local
69 yA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
71 if (yA == NULL) { in ossl_sm2_compute_z_digest()
130 xA, yA, ctx) in ossl_sm2_compute_z_digest()
133 || BN_bn2binpad(yA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/openssl/test/
H A Ddhtest.c552 const unsigned char *yA; member
597 || !TEST_ptr(pub_key = BN_bin2bn(td->yA, td->yA_len, NULL)) in rfc5114_test()

Completed in 8 milliseconds