webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
aes.h File Reference
#include "datatypes.h"
#include "err.h"

Go to the source code of this file.

Classes

struct  srtp_aes_expanded_key_t
 

Functions

srtp_err_status_t srtp_aes_expand_encryption_key (const uint8_t *key, int key_len, srtp_aes_expanded_key_t *expanded_key)
 
srtp_err_status_t srtp_aes_expand_decryption_key (const uint8_t *key, int key_len, srtp_aes_expanded_key_t *expanded_key)
 
void srtp_aes_encrypt (v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key)
 
void srtp_aes_decrypt (v128_t *plaintext, const srtp_aes_expanded_key_t *exp_key)
 

Function Documentation

◆ srtp_aes_decrypt()

void srtp_aes_decrypt ( v128_t plaintext,
const srtp_aes_expanded_key_t exp_key 
)

◆ srtp_aes_encrypt()

void srtp_aes_encrypt ( v128_t plaintext,
const srtp_aes_expanded_key_t exp_key 
)

◆ srtp_aes_expand_decryption_key()

srtp_err_status_t srtp_aes_expand_decryption_key ( const uint8_t key,
int  key_len,
srtp_aes_expanded_key_t expanded_key 
)

◆ srtp_aes_expand_encryption_key()

srtp_err_status_t srtp_aes_expand_encryption_key ( const uint8_t key,
int  key_len,
srtp_aes_expanded_key_t expanded_key 
)