OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_expand2
(Results
1 - 3
of
3
) sorted by null
/external/openssl/crypto/bn/
bn.h
698
(a):
bn_expand2
((a),(bits+BN_BITS2-1)/BN_BITS2))
699
#define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):
bn_expand2
((a),(words)))
700
BIGNUM *
bn_expand2
(BIGNUM *a, int words);
[
all
...]
bn_lib.c
297
/* This is used both by
bn_expand2
() and bn_dup_expand() */
363
/* This is an internal function that can be used instead of
bn_expand2
()
368
* The reason to use this instead of a BN_dup() followed by a
bn_expand2
()
369
* is memory allocation overhead. A BN_dup() followed by a
bn_expand2
()
426
BIGNUM *
bn_expand2
(BIGNUM *b, int words)
function
/external/openssl/include/openssl/
bn.h
698
(a):
bn_expand2
((a),(bits+BN_BITS2-1)/BN_BITS2))
699
#define bn_wexpand(a,words) (((words) <= (a)->dmax)?(a):
bn_expand2
((a),(words)))
700
BIGNUM *
bn_expand2
(BIGNUM *a, int words);
[
all
...]
Completed in 408 milliseconds