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