Searched refs:bignum_to_le (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/tools/crypto/
H A Dcryptokeytest.c101 bignum_to_le(BIGNUM *n, u_int8_t *rd) function
135 if ((ale = bignum_to_le(a, NULL)) == NULL)
136 err(1, "bignum_to_le, a");
137 if ((ble = bignum_to_le(b, NULL)) == NULL)
138 err(1, "bignum_to_le, b");
139 if ((cle = bignum_to_le(c, NULL)) == NULL)
140 err(1, "bignum_to_le, c");

Completed in 134 milliseconds