int num_rounds
Definition: aes.h:60
Definition: datatypes.h:90
srtp_err_status_t srtp_aes_expand_encryption_key(const uint8_t *key, int key_len, srtp_aes_expanded_key_t *expanded_key)
unsigned char uint8_t
Definition: ptypes.h:89
void srtp_aes_encrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key)
srtp_err_status_t
Definition: srtp.h:245
srtp_err_status_t srtp_aes_expand_decryption_key(const uint8_t *key, int key_len, srtp_aes_expanded_key_t *expanded_key)
CFArrayRef CFTypeRef key
Definition: AVFoundationCFSoftLinking.h:129
const char * plaintext
Definition: strutil_unittest.cc:85
void srtp_aes_decrypt(v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key)