Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
55 d_bytes((bits + 7) / 8), p_bytes(BN_num_bytes(p)), in TestRSA2KeyGen() local64 BN_bn2bin(p, p_bytes.data()) != p_bytes.size() || in TestRSA2KeyGen()72 EncodeHex(p_bytes.data(), p_bytes.size()).c_str(), in TestRSA2KeyGen()
1112 const uint8_t *p_bytes = (const uint8_t *)p->d; in BN_mod_exp_mont_consttime() local1124 wvalue = p_bytes[p->width * BN_BYTES - 1]; in BN_mod_exp_mont_consttime()1134 OPENSSL_memcpy(&val, p_bytes + (first_bit >> 3), sizeof(val)); in BN_mod_exp_mont_consttime()