OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_expand
(Results
1 - 4
of
4
) sorted by null
/external/boringssl/src/crypto/bn/
bn.c
313
BIGNUM *
bn_expand
(BIGNUM *bn, size_t bits) {
function
internal.h
139
/*
bn_expand
acts the same as |bn_wexpand|, but takes a number of bits rather
141
BIGNUM *
bn_expand
(BIGNUM *bn, size_t bits);
convert.c
249
if (
bn_expand
(bn, in_len * 4) == NULL) {
montgomery.c
223
if (
bn_expand
(Ri, (int)sizeof(BN_ULONG) * 2) == NULL) {
Completed in 326 milliseconds