Searched defs:J0 (Results 1 – 3 of 3) sorted by relevance
78 @interface J0 interface81 @implementation J0(Category) @end implementation in Category
192 static void aes_gcm_prepare_j0(const u8 *iv, size_t iv_len, const u8 *H, u8 *J0) in aes_gcm_prepare_j0()215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr()259 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ae() local293 u8 J0[AES_BLOCK_SIZE]; in aes_gcm_ad() local
36 private byte[] J0; field in GCMBlockCipher