Searched defs:AES_KEY (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Docb.c348 static inline void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) {
355 static inline void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) {
373 } AES_KEY; typedef in typeref:struct:__anon1788
386 typedef struct { uint32_t rd_key[OCB_KEY_LEN + 28]; } AES_KEY; typedef in typeref:struct:__anon1789
394 static void AES_ecb_encrypt_blks(block* blks, unsigned nblks, AES_KEY* key) {
401 void AES_ecb_decrypt_blks(block* blks, unsigned nblks, AES_KEY* key) {
420 } AES_KEY; typedef in typeref:struct:__anon1790
423 typedef struct { __m128i rd_key[7 + OCB_KEY_LEN / 4]; } AES_KEY; typedef in typeref:struct:__anon1791
520 static int AES_set_encrypt_key(const unsigned char* userKey, const int bits, AES_KEY* key) {
534 static void AES_set_decrypt_key_fast(AES_KEY* dke
[all...]

Completed in 20 milliseconds