Home
last modified time | relevance | path

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

/openssl/test/
H A Dsm2_internal_test.c317 const BIGNUM *sig_r = NULL; in test_sm2_sign() local
348 ECDSA_SIG_get0(sig, &sig_r, &sig_s); in test_sm2_sign()
352 || !TEST_BN_eq(r, sig_r) in test_sm2_sign()
H A Decdsatest.c87 const BIGNUM *sig_r = NULL, *sig_s = NULL; in x9_62_tests() local
139 ECDSA_SIG_get0(signature, &sig_r, &sig_s); in x9_62_tests()
140 if (!TEST_BN_eq(sig_r, r) in x9_62_tests()

Completed in 7 milliseconds