Home
last modified time | relevance | path

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

/openssl/crypto/bn/asm/
H A Dppc64-mont-fixed.pl430 my ($self, $r_out, $r_in, $a, $w, $c) = @_;
437 addc $r_out,$r_in,$lo
447 my ($self, $r_out, $r_in, $a, $w, $c) = @_;
451 addc $r_out,$r_in,$lo
525 my ($self, $r_out, $r_in, $a, $w, $c) = @_;
530 addc $r_out,$r_in,$lo
540 my ($self, $r_out, $r_in, $a, $w, $c) = @_;
543 maddld $lo,$a,$w,$r_in
544 maddhdu $c,$a,$w,$r_in
/openssl/test/
H A Decdsatest.c76 const char *r_in = NULL, *s_in = NULL, *tbs = NULL; in x9_62_tests() local
91 r_in = ecdsa_cavs_kats[n].r; in x9_62_tests()
115 || !TEST_true(BN_hex2bn(&r, r_in)) in x9_62_tests()

Completed in 6 milliseconds