Searched refs:IDEA_ecb_encrypt (Results 1 – 2 of 2) sorted by relevance
26 void IDEA_ecb_encrypt(const unsigned char *in, unsigned char *out, in IDEA_ecb_encrypt() function
45 IDEA_ecb_encrypt(in + i, out + i, &EVP_C_DATA(EVP_IDEA_KEY, ctx)->ks); in idea_ecb_cipher()
Completed in 21 milliseconds