Searched refs:bn_expand_bytes (Results 1 – 3 of 3) sorted by relevance
254 int bn_expand_bytes(BIGNUM *a, size_t bytes);
235 bn_expand_bytes(BIGNUM *bn, size_t bytes) in bn_expand_bytes() function
154 if (!bn_expand_bytes(bn, CBS_len(cbs))) in bn_bin2bn_cbs()