Searched refs:bn_mul_high (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_lcl.h471 void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2,
H A Dbn_mul.c768 void bn_mul_high(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, BN_ULONG *l, int n2, function
777 fprintf(stderr, " bn_mul_high %d * %d\n", n2, n2);

Completed in 54 milliseconds