Home
last modified time | relevance | path

Searched refs:aes_expand_decryption_key (Results 1 – 6 of 6) sorted by relevance

/external/srtp/crypto/include/
Daes.h63 aes_expand_decryption_key(const v128_t *key,
/external/srtp/
Dsrtp.def80 aes_expand_decryption_key
/external/srtp/srtp/
Dekt.c153 aes_expand_decryption_key(key, expanded_key); in aes_decrypt_with_raw_key()
/external/srtp/crypto/cipher/
Daes_cbc.c123 aes_expand_decryption_key(&tmp_key, c->expanded_key); in aes_cbc_context_init()
Daes.c1415 aes_expand_decryption_key(const v128_t *key, in aes_expand_decryption_key() function
/external/srtp/tables/
Daes_tables.c337 aes_expand_decryption_key(k, decrypt_key); in aes_test_inverse()