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

/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt_aes.cpp26 struct AESContext { struct
29 void (*encrypt) (AESContext * ctx, unsigned int * block);
30 void (*decrypt) (AESContext * ctx, unsigned int * block);
649 static void aes_encrypt_nb_4(AESContext * ctx, unsigned int * block)
677 static void aes_encrypt_nb_6(AESContext * ctx, unsigned int * block)
713 static void aes_encrypt_nb_8(AESContext * ctx, unsigned int * block)
767 static void aes_decrypt_nb_4(AESContext * ctx, unsigned int * block)
795 static void aes_decrypt_nb_6(AESContext * ctx, unsigned int * block)
831 static void aes_decrypt_nb_8(AESContext * ctx, unsigned int * block)
877 static void aes_setup(AESContext * ct
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c1011 AESContext *aes_ctx;
1220 aes_ctx = (AESContext *)aes_ctx_buf;
1374 AESContext *aes_ctx;
1500 aes_ctx = (AESContext *)aes_ctx_buf;
H A Dssl3con.c2011 AESContext *cx;
2049 cx = (AESContext *)keys->cipher_context;

Completed in 189 milliseconds