Searched defs:BN_sqr (Results 1 – 2 of 2) sorted by relevance
17 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) in BN_sqr() function
31 pub fn BN_sqr(r: *mut BIGNUM, a: *const BIGNUM, ctx: *mut BN_CTX) -> c_int; in BN_sqr() function