Home | History | Annotate | Download | only in bn

Lines Matching refs:storage

81 	unsigned char	 storage[320*3+32*9*16+64];	/* 5.5KB */
82 unsigned char *p_str = storage + (64-((size_t)storage%64));
259 OPENSSL_cleanse(storage,sizeof(storage));
277 unsigned char storage[16*8*8+64*2+64]; /* 1.2KB */
278 unsigned char *table = storage + (64-((size_t)storage%64));
323 OPENSSL_cleanse(storage,sizeof(storage));