Home
last modified time | relevance | path

Searched defs:icb (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/cryptsetup/lib/
H A Dlibcryptsetup.h556 struct interface_callbacks *icb; member
/dragonfly/sys/vfs/udf/
H A Dudf.h125 udf_getid(struct long_ad *icb) in udf_getid()
H A Decma167-udf.h96 union icb { union
317 struct long_ad icb; member
374 #define GETICBLEN(ad_type, icb) ((struct ad_type *)(icb))->len argument
H A Dudf_vnops.c1070 void *icb; in udf_bmap_internal() local
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()