Searched refs:convert_bn_memory (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/test/testutil/ |
H A D | format_output.c | 207 static int convert_bn_memory(const unsigned char *in, size_t bytes, in convert_bn_memory() function 320 n1 = convert_bn_memory(m1, bytes, b1, &lz1, bn1); in test_fail_bignum_common() 321 n2 = convert_bn_memory(m2, bytes, b2, &lz2, bn2); in test_fail_bignum_common()
|