Searched refs:bn_expand (Results 1 – 3 of 3) sorted by relevance
143 BIGNUM *bn_expand(BIGNUM *bn, size_t bits); in OPENSSL_MSVC_PRAGMA()
341 BIGNUM *bn_expand(BIGNUM *bn, size_t bits) { in bn_expand() function
297 if (bn_expand(bn, in_len * 4) == NULL) { in decode_hex()