Home
last modified time | relevance | path

Searched refs:aes_round (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/crypto/cipher/
Daes.c1677 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
1801 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
2008 static inline void aes_round(v128_t *state, const v128_t *round_key) in aes_round() function
2137 aes_round(plaintext, &exp_key->round[1]); in srtp_aes_encrypt()
2138 aes_round(plaintext, &exp_key->round[2]); in srtp_aes_encrypt()
2139 aes_round(plaintext, &exp_key->round[3]); in srtp_aes_encrypt()
2140 aes_round(plaintext, &exp_key->round[4]); in srtp_aes_encrypt()
2141 aes_round(plaintext, &exp_key->round[5]); in srtp_aes_encrypt()
2142 aes_round(plaintext, &exp_key->round[6]); in srtp_aes_encrypt()
2143 aes_round(plaintext, &exp_key->round[7]); in srtp_aes_encrypt()
[all …]
/external/boringssl/src/crypto/cipher_extra/asm/
Daes128gcmsiv-x86_64.pl754 my $aes_round = sub {
1761 my $aes_round = sub {