Searched defs:BN_bin2bn (Results 1 – 3 of 3) sorted by relevance
24 pub fn BN_bin2bn(s: *const u8, size: c_int, ret: *mut BIGNUM) -> *mut BIGNUM; in BN_bin2bn() function
433 BIGNUM *BN_bin2bn(const unsigned char *s, int len, BIGNUM *ret) in BN_bin2bn() function