Searched refs:b_in (Results 1 – 1 of 1) sorted by relevance
141 felem_bytearray b_in; in BN_to_felem() local142 num_bytes = BN_bn2bin(bn, b_in); in BN_to_felem()143 flip_endian(b_out, b_in, num_bytes); in BN_to_felem()150 felem_bytearray b_in, b_out; in smallfelem_to_BN() local151 smallfelem_to_bin32(b_in, in); in smallfelem_to_BN()152 flip_endian(b_out, b_in, sizeof(b_out)); in smallfelem_to_BN()