Searched defs:EVP_EncodeBlock (Results 1 – 2 of 2) sorted by relevance
269 int EVP_EncodeBlock(unsigned char *t, const unsigned char *f, int dlen) in EVP_EncodeBlock() function
598 pub fn EVP_EncodeBlock(dst: *mut c_uchar, src: *const c_uchar, src_len: c_int) -> c_int; in EVP_EncodeBlock() function