Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp28 struct AESContext { struct
31 void (*encrypt)(AESContext* ctx, unsigned int* block); argument
32 void (*decrypt)(AESContext* ctx, unsigned int* block); argument
464 static void aes_encrypt_nb_4(AESContext* ctx, unsigned int* block) { in aes_encrypt_nb_4()
491 static void aes_encrypt_nb_6(AESContext* ctx, unsigned int* block) { in aes_encrypt_nb_6()
526 static void aes_encrypt_nb_8(AESContext* ctx, unsigned int* block) { in aes_encrypt_nb_8()
581 static void aes_decrypt_nb_4(AESContext* ctx, unsigned int* block) { in aes_decrypt_nb_4()
608 static void aes_decrypt_nb_6(AESContext* ctx, unsigned int* block) { in aes_decrypt_nb_6()
643 static void aes_decrypt_nb_8(AESContext* ctx, unsigned int* block) { in aes_decrypt_nb_8()
688 static void aes_setup(AESContext* ctx, in aes_setup()
[all …]