Searched refs:aes_set_key (Results 1 – 4 of 4) sorted by relevance
83 return_type aes_set_key(const unsigned char key[], length_type keylen,
71 aes_set_key(key_reversed.data(), key_reversed.size(), &ctx); in aes_128()
539 return_type aes_set_key(const unsigned char key[], length_type keylen, function
46 aes_set_key(k, sizeof(k), &ctx); in TEST()