Home
last modified time | relevance | path

Searched defs:ctr_state (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Dsm4_ctr.c6 struct ctr_state { struct
12 static void rk_init_ctr(struct ctr_state * state, const unsigned char *iv) in rk_init_ctr() argument
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Daes_core.h74 struct ctr_state { struct
75 unsigned char ivec[AES_BLOCK_SIZE]; /* ivec[0..7] as IV, ivec[8..15] as counter */
76 unsigned char ecount[AES_BLOCK_SIZE];
77 unsigned int num;