HomeSort by relevance Sort by last modified time
    Searched refs:bn_dup_expand (Results 1 - 3 of 3) sorted by null

  /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/openssl/include/openssl/
bn.h 702 BIGNUM *bn_dup_expand(const BIGNUM *a, int words); /* unused */
    [all...]

Completed in 129 milliseconds