Searched refs:cia (Results 1 – 12 of 12) sorted by relevance
| /linux/crypto/ |
| H A D | cipher.c | 23 struct cipher_alg *cia = crypto_cipher_alg(tfm); in setkey_unaligned() local 36 ret = cia->cia_setkey(crypto_cipher_tfm(tfm), alignbuffer, keylen); in setkey_unaligned() 45 struct cipher_alg *cia = crypto_cipher_alg(tfm); in crypto_cipher_setkey() local 48 if (keylen < cia->cia_min_keysize || keylen > cia->cia_max_keysize) in crypto_cipher_setkey() 54 return cia->cia_setkey(crypto_cipher_tfm(tfm), key, keylen); in crypto_cipher_setkey() 62 struct cipher_alg *cia = crypto_cipher_alg(tfm); in cipher_crypt_one() local 64 enc ? cia->cia_encrypt : cia->cia_decrypt; in cipher_crypt_one()
|
| /linux/arch/m68k/amiga/ |
| H A D | cia.c | 28 volatile struct CIA *cia; member 34 .cia = &ciaa, 40 .cia = &ciab, 55 old = (base->icr_data |= base->cia->icr); in cia_set_irq() 74 base->icr_data |= base->cia->icr; in cia_able_irq() 75 base->cia->icr = mask; in cia_able_irq()
|
| H A D | Makefile | 6 obj-y := config.o amiints.o cia.o chipram.o amisound.o platform.o
|
| /linux/arch/alpha/kernel/ |
| H A D | sys_alcor.c | 243 alpha_mv.sys.cia.gru_int_req_bits = XLT_GRU_INT_REQ_BITS; in alcor_init_pci() 276 .sys = { .cia = { 303 .sys = { .cia = {
|
| H A D | machvec_impl.h | 87 #define DO_CIA_IO IO(CIA,cia)
|
| /linux/drivers/bcma/ |
| H A D | scan.c | 277 s32 cia, cib; in bcma_get_next_core() local 281 cia = bcma_erom_get_ci(bus, eromptr); in bcma_get_next_core() 282 if (cia < 0) { in bcma_get_next_core() 293 core->id.class = (cia & SCAN_CIA_CLASS) >> SCAN_CIA_CLASS_SHIFT; in bcma_get_next_core() 294 core->id.id = (cia & SCAN_CIA_ID) >> SCAN_CIA_ID_SHIFT; in bcma_get_next_core() 295 core->id.manuf = (cia & SCAN_CIA_MANUF) >> SCAN_CIA_MANUF_SHIFT; in bcma_get_next_core()
|
| /linux/arch/alpha/include/asm/ |
| H A D | core_cia.h | 254 #define GRU_INT_REQ_BITS (alpha_mv.sys.cia.gru_int_req_bits+0) 486 #define __IO_PREFIX cia 507 #define __IO_PREFIX cia
|
| H A D | machvec.h | 99 } cia; member
|
| /linux/fs/ceph/ |
| H A D | crypto.c | 45 struct ceph_iattr cia = { }; in ceph_crypt_set_context() local 61 cia.fscrypt_auth = cfa; in ceph_crypt_set_context() 63 ret = __ceph_setattr(&nop_mnt_idmap, inode, &attr, &cia); in ceph_crypt_set_context() 66 kfree(cia.fscrypt_auth); in ceph_crypt_set_context()
|
| H A D | inode.c | 2529 struct iattr *attr, struct ceph_iattr *cia) in __ceph_setattr() argument 2604 if (cia && cia->fscrypt_auth) { in __ceph_setattr() 2605 u32 len = ceph_fscrypt_auth_len(cia->fscrypt_auth); in __ceph_setattr() 2607 if (len > sizeof(*cia->fscrypt_auth)) { in __ceph_setattr() 2622 ci->fscrypt_auth = (u8 *)cia->fscrypt_auth; in __ceph_setattr() 2626 memcmp(ci->fscrypt_auth, cia->fscrypt_auth, len)) { in __ceph_setattr() 2627 req->r_fscrypt_auth = cia->fscrypt_auth; in __ceph_setattr() 2631 cia->fscrypt_auth = NULL; in __ceph_setattr() 2634 if (cia && cia->fscrypt_auth) { in __ceph_setattr()
|
| H A D | super.h | 1119 struct iattr *attr, struct ceph_iattr *cia);
|
| /linux/Documentation/networking/device_drivers/can/ctu/ |
| H A D | ctucanfd-driver.rst | 598 * Reiner Zitzmann and Holger Zeltwanger (`CAN in Automation <https://www.can-cia.org/>`_)
|