Home
last modified time | relevance | path

Searched refs:bnstr (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/lib/libcrypto/x509/
Dx509_utl.c178 char *bnstr, *hex; in bn_to_string() local
185 if ((hex = bnstr = BN_bn2hex(bn)) == NULL) in bn_to_string()
197 free(bnstr); in bn_to_string()
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigFloat.pm5114 sub bnstr {
5128 return $upgrade -> bnstr($x, @r)
5665 return 0 + $x -> bnstr();
DBigInt.pm4975 sub bnstr {
4989 return $upgrade -> bnstr($x, @r)