Searched refs:aes_encrypt (Results 1 – 3 of 3) sorted by relevance
90 return_type aes_encrypt( const unsigned char in[N_BLOCK],
569 return_type aes_encrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_co… function605 if(aes_encrypt(iv, iv, ctx) != EXIT_SUCCESS)
159 aes_encrypt(p_rev_data, p, &ctx); /* outputs in byte 48 to byte 63 */ in smp_encrypt_data()