Home
last modified time | relevance | path

Searched defs:cword (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/
H A Dpadlock-aes.c43 struct cword { struct
55 * and cword aligned on 16 Bytes boundaries and argument
68 } cword; member
171 static inline void padlock_reset_key(struct cword *cword) in padlock_reset_key()
183 static inline void padlock_store_cword(struct cword *cword) in padlock_store_cword()
212 struct cword *cword, int count) in ecb_crypt_copy()
226 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy()
240 struct cword *cword, int count) in ecb_crypt()
254 u8 *iv, struct cword *cword, int count) in cbc_crypt()
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c360 cfiword_t cword; in flash_write_cmd() local
416 cfiword_t cword; in flash_isequal() local
464 cfiword_t cword; in flash_isset() local
497 cfiword_t cword; in flash_toggle() local
713 static void flash_add_byte(flash_info_t *info, cfiword_t *cword, uchar c) in flash_add_byte()
785 static int flash_write_cfiword(flash_info_t *info, ulong dest, cfiword_t cword) in flash_write_cfiword()
1153 cfiword_t cword; in flash_erase() local
1322 cfiword_t cword; in write_buff() local
/openbmc/linux/drivers/pwm/
H A Dpwm-brcmstb.c100 unsigned long pc, dc, cword = CONST_VAR_F_MAX; in brcmstb_pwm_config() local