Searched defs:BN_mod_lshift (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn_mod.c231 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx) function
254 /* BN_mod_lshift variant that may be used if a is non-negative

Completed in 14 milliseconds