Searched refs:iopad (Results 1 – 3 of 3) sorted by relevance
/drivers/video/fbdev/ |
D | pxa168fb.h | 399 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 631 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/drivers/crypto/chelsio/ |
D | chcr_algo.c | 310 char *iopad, char *result_hash, in chcr_compute_partial_hash() argument 320 crypto_shash_update(desc, iopad, SHA1_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 325 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 331 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 337 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 343 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash()
|