Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/usr.bin/ncal/tests/
H A Dregress.sh58 REGRESSION_TEST(`f-yA-nhl', `$NCAL -y -A 3 2>&1')
H A DMakefile43 ${PACKAGE}FILES+= regress.f-yA-nhl.out
/freebsd/crypto/openssl/test/recipes/15-test_ml_dsa_codecs_data/
H A Dprv-87-seed-priv.pem94 +T+yA+LYsbX6j2Cy1YXZE11kiEbxOLhpUyQtK7Hy7N84m03nZRgXuOTmSzM/GqxS
H A Dprv-87-bare-priv.pem93 ChyQgY1S+T+yA+LYsbX6j2Cy1YXZE11kiEbxOLhpUyQtK7Hy7N84m03nZRgXuOTm
/freebsd/crypto/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()