Searched refs:yA (Results 1 – 2 of 2) sorted by relevance
40 BIGNUM *yA = NULL; in ossl_sm2_compute_z_digest() local69 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()
552 const unsigned char *yA; member597 || !TEST_ptr(pub_key = BN_bin2bn(td->yA, td->yA_len, NULL)) in rfc5114_test()
Completed in 6 milliseconds