Searched defs:exp_key (Results 1 – 3 of 3) sorted by relevance
36 aes_expanded_key_t exp_key; in main() local
1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_encrypt()1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt()
219 unsigned char exp_key[EVP_MAX_KEY_LENGTH]; in ssl3_change_cipher_state() local