OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bn_dup_expand
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_lib.c
297
/* This is used both by bn_expand2() and
bn_dup_expand
() */
371
* while
bn_dup_expand
() makes sure allocation is made only once.
375
BIGNUM *
bn_dup_expand
(const BIGNUM *b, int words)
function
384
* (But
bn_dup_expand
() is not used anywhere yet.)
bn.h
702
BIGNUM *
bn_dup_expand
(const BIGNUM *a, int words); /* unused */
[
all
...]
/external/openssl/crypto/bn/
bn_lib.c
297
/* This is used both by bn_expand2() and
bn_dup_expand
() */
371
* while
bn_dup_expand
() makes sure allocation is made only once.
375
BIGNUM *
bn_dup_expand
(const BIGNUM *b, int words)
function
384
* (But
bn_dup_expand
() is not used anywhere yet.)
bn.h
702
BIGNUM *
bn_dup_expand
(const BIGNUM *a, int words); /* unused */
[
all
...]
/external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h
702
BIGNUM *
bn_dup_expand
(const BIGNUM *a, int words); /* unused */
[
all
...]
/external/openssl/include/openssl/
bn.h
702
BIGNUM *
bn_dup_expand
(const BIGNUM *a, int words); /* unused */
[
all
...]
Completed in 27 milliseconds