Home
last modified time | relevance | path

Searched refs:bn_expand_bytes (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_local.h254 int bn_expand_bytes(BIGNUM *a, size_t bytes);
H A Dbn_lib.c235 bn_expand_bytes(BIGNUM *bn, size_t bytes) in bn_expand_bytes() function
H A Dbn_convert.c154 if (!bn_expand_bytes(bn, CBS_len(cbs))) in bn_bin2bn_cbs()