Searched defs:exp_key (Results 1 – 3 of 3) sorted by relevance
2131 void srtp_aes_encrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key) in srtp_aes_encrypt()2161 void srtp_aes_decrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key) in srtp_aes_decrypt()
80 srtp_aes_expanded_key_t exp_key; in main() local
874 unsigned char exp_key[PSA_EXPORT_KEY_PAIR_OR_PUBLIC_MAX_SIZE]; in copy_from_psa() local