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

  /external/openssl/crypto/bn/
bn_lib.c 299 static BN_ULONG *bn_expand_internal(const BIGNUM *b, int words) function
389 BN_ULONG *a = bn_expand_internal(b, words);
408 bn_expand_internal(), and NULL should be returned */
432 BN_ULONG *a = bn_expand_internal(b, words);
503 case 0: ; /* ultrix cc workaround, see comments in bn_expand_internal */
bn_err.c 89 {ERR_FUNC(BN_F_BN_EXPAND_INTERNAL), "BN_EXPAND_INTERNAL"},
bn_ctx.c 76 * appropriate 'block' size that will be honoured by bn_expand_internal() to

Completed in 77 milliseconds